Inviwo 0.9.12-pre
Inviwo documentation
|
This is the complete list of members for inviwo::Texture, including all inherited members.
addObservationHelper(Observer *observer) (defined in inviwo::ObservableInterface) | inviwo::ObservableInterface | protected |
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 =0 (defined in inviwo::Texture) | inviwo::Texture | pure 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 | |
getFiltering() const (defined in inviwo::Texture) | inviwo::Texture | |
getFormat() const (defined in inviwo::Texture) | inviwo::Texture | |
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 =0 (defined in inviwo::Texture) | inviwo::Texture | pure 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 | |
getWrapping(std::span< GLenum > wrapping) const (defined in inviwo::Texture) | inviwo::Texture | |
id_ (defined in inviwo::TextureBase) | inviwo::TextureBase | protected |
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 | |
Observable(const Observable< TextureObserver > &other) | inviwo::Observable< TextureObserver > | |
Observable(Observable< TextureObserver > &&other) noexcept | inviwo::Observable< TextureObserver > | |
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 > | |
inviwo::Observable< TextureObserver >::operator=(Observable< TextureObserver > &&other) noexcept | inviwo::Observable< TextureObserver > | |
removeObservationHelper(Observer *observer) (defined in inviwo::ObservableInterface) | inviwo::ObservableInterface | protected |
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(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 | |
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)=0 (defined in inviwo::Texture) | inviwo::Texture | pure 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 |
~TextureBase() (defined in inviwo::TextureBase) | inviwo::TextureBase | virtual |