![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
This is the complete list of members for inviwo::Texture2D, including all inherited members.
| addObservationHelper(Observer *observer) (defined in inviwo::ObservableInterface) | inviwo::ObservableInterface | protected |
| addObserver(Observer *observer)=0 (defined in inviwo::ObservableInterface) | inviwo::ObservableInterface | protectedpure virtual |
| bind() const (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| bindFromPBO() const (defined in inviwo::Texture) | inviwo::Texture | protected |
| bindToPBO() const (defined in inviwo::Texture) | inviwo::Texture | protected |
| channels(GLenum format) (defined in inviwo::Texture) | inviwo::Texture | protectedstatic |
| clone() const (defined in inviwo::Texture2D) | inviwo::Texture2D | virtual |
| dataType_ (defined in inviwo::Texture) | inviwo::Texture | protected |
| dataTypeSize(GLenum dataType) (defined in inviwo::Texture) | inviwo::Texture | protectedstatic |
| download(void *data) const (defined in inviwo::Texture) | inviwo::Texture | |
| downloadToPBO() const (defined in inviwo::Texture) | inviwo::Texture | |
| format_ (defined in inviwo::Texture) | inviwo::Texture | protected |
| getDataFormat() const (defined in inviwo::Texture) | inviwo::Texture | |
| getDataType() const (defined in inviwo::Texture) | inviwo::Texture | |
| getDimensions() const (defined in inviwo::Texture2D) | inviwo::Texture2D | inline |
| getFiltering() const (defined in inviwo::Texture) | inviwo::Texture | |
| getFormat() const (defined in inviwo::Texture) | inviwo::Texture | |
| getHeight() const (defined in inviwo::Texture2D) | inviwo::Texture2D | inline |
| getID() const (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| getInternalFormat() const (defined in inviwo::Texture) | inviwo::Texture | |
| getInterpolation() const (defined in inviwo::Texture) | inviwo::Texture | |
| getLevel() const (defined in inviwo::Texture) | inviwo::Texture | |
| getNChannels() const (defined in inviwo::Texture) | inviwo::Texture | |
| getNumberOfValues() const (defined in inviwo::Texture2D) | inviwo::Texture2D | virtual |
| getSizeInBytes() const (defined in inviwo::Texture) | inviwo::Texture | |
| getSwizzleMask() const (defined in inviwo::Texture) | inviwo::Texture | |
| getTarget() const (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| getWidth() const (defined in inviwo::Texture2D) | inviwo::Texture2D | inline |
| getWrapping() const (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| getWrapping(std::span< GLenum > wrapping) const (defined in inviwo::Texture) | inviwo::Texture | |
| id_ (defined in inviwo::TextureBase) | inviwo::TextureBase | protected |
| initialize(const void *data) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| internalformat_ (defined in inviwo::Texture) | inviwo::Texture | protected |
| level_ (defined in inviwo::Texture) | inviwo::Texture | protected |
| loadFromPBO(const Texture *) (defined in inviwo::Texture) | inviwo::Texture | |
| operator=(const Texture2D &other) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| operator=(Texture2D &&other) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| operator=(const Texture &other) (defined in inviwo::Texture) | inviwo::Texture | |
| operator=(Texture &&other) (defined in inviwo::Texture) | inviwo::Texture | |
| operator=(const TextureBase &other) (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| operator=(TextureBase &&other) (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| inviwo::Observable< TextureObserver >::operator=(const Observable< TextureObserver > &other) | inviwo::Observable< TextureObserver > | |
| removeObservationHelper(Observer *observer) (defined in inviwo::ObservableInterface) | inviwo::ObservableInterface | protected |
| removeObserver(Observer *observer)=0 (defined in inviwo::ObservableInterface) | inviwo::ObservableInterface | protectedpure virtual |
| resize(size2_t dimensions) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| setInterpolation(InterpolationType interpolation) (defined in inviwo::Texture) | inviwo::Texture | |
| setPBOAsInvalid() (defined in inviwo::Texture) | inviwo::Texture | protected |
| setSwizzleMask(SwizzleMask mask) (defined in inviwo::Texture) | inviwo::Texture | |
| setupAsyncReadBackPBO() const (defined in inviwo::Texture) | inviwo::Texture | protected |
| setWrapping(const std::array< GLenum, 2 > &wrapping) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| setWrapping(std::span< const GLenum > wrapping) (defined in inviwo::Texture) | inviwo::Texture | |
| syncMutex (defined in inviwo::Texture) | inviwo::Texture | mutableprotected |
| syncObj (defined in inviwo::Texture) | inviwo::Texture | mutableprotected |
| target_ (defined in inviwo::TextureBase) | inviwo::TextureBase | protected |
| targetDims(GLenum target) (defined in inviwo::Texture) | inviwo::Texture | protectedstatic |
| targetToDim (defined in inviwo::Texture) | inviwo::Texture | protectedstatic |
| Texture(GLenum target, GLFormat glFormat, GLenum filtering, const SwizzleMask &swizzleMask, std::span< const GLenum > wrapping, GLint level) (defined in inviwo::Texture) | inviwo::Texture | |
| Texture(GLenum target, GLint format, GLint internalformat, GLenum dataType, GLenum filtering, const SwizzleMask &swizzleMask, std::span< const GLenum > wrapping, GLint level) (defined in inviwo::Texture) | inviwo::Texture | |
| Texture(const Texture &other) (defined in inviwo::Texture) | inviwo::Texture | |
| Texture(Texture &&other) (defined in inviwo::Texture) | inviwo::Texture | |
| Texture2D(size2_t dimensions, GLFormat glFormat, GLenum filtering, const SwizzleMask &swizzleMask=swizzlemasks::rgba, const std::array< GLenum, 2 > &wrapping={GL_CLAMP_TO_EDGE, GL_CLAMP_TO_EDGE}, GLint level=0) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| Texture2D(size2_t dimensions, GLint format, GLint internalFormat, GLenum dataType, GLenum filtering, const SwizzleMask &swizzleMask=swizzlemasks::rgba, const std::array< GLenum, 2 > &wrapping={GL_CLAMP_TO_EDGE, GL_CLAMP_TO_EDGE}, GLint level=0) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| Texture2D(const Texture2D &other) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| Texture2D(Texture2D &&other) (defined in inviwo::Texture2D) | inviwo::Texture2D | |
| TextureBase(GLenum target) (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| TextureBase(const TextureBase &other) (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| TextureBase(TextureBase &&other) (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| unbind() const (defined in inviwo::TextureBase) | inviwo::TextureBase | |
| unbindFromPBO() const (defined in inviwo::Texture) | inviwo::Texture | protected |
| unbindToPBO() const (defined in inviwo::Texture) | inviwo::Texture | protected |
| upload(const void *data) (defined in inviwo::Texture2D) | inviwo::Texture2D | virtual |
| wrapNames (defined in inviwo::Texture) | inviwo::Texture | protectedstatic |
| ~ObservableInterface()=default (defined in inviwo::ObservableInterface) | inviwo::ObservableInterface | virtual |
| ~Texture() (defined in inviwo::Texture) | inviwo::Texture | virtual |
| ~Texture2D() (defined in inviwo::Texture2D) | inviwo::Texture2D | virtual |
| ~TextureBase() (defined in inviwo::TextureBase) | inviwo::TextureBase | virtual |