Activate() | vtkTextureObject | virtual |
AddObserver(unsigned long event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(const char *event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
Allocate1D(unsigned int width, int numComps, int vtkType) | vtkTextureObject | |
Allocate2D(unsigned int width, unsigned int height, int numComps, int vtkType, int level=0) | vtkTextureObject | |
Allocate3D(unsigned int width, unsigned int height, unsigned int depth, int numComps, int vtkType) | vtkTextureObject | |
AllocateDepth(unsigned int width, unsigned int height, int internalFormat) | vtkTextureObject | |
AllocateDepthStencil(unsigned int width, unsigned int height) | vtkTextureObject | |
AllocateProxyTexture3D(unsigned int const width, unsigned int const height, unsigned int const depth, int const numComps, int const dataType) | vtkTextureObject | |
AlwaysTrue enum value | vtkTextureObject | |
AssignToExistingTexture(unsigned int handle, unsigned int target) | vtkTextureObject | |
AutoParameters | vtkTextureObject | protected |
AutoParametersOff() | vtkTextureObject | virtual |
AutoParametersOn() | vtkTextureObject | virtual |
BaseLevel | vtkTextureObject | protected |
Bind() | vtkTextureObject | |
BorderColor | vtkTextureObject | protected |
BreakOnError() | vtkObject | static |
BufferObject | vtkTextureObject | protected |
ClampToBorder enum value | vtkTextureObject | |
ClampToEdge enum value | vtkTextureObject | |
Components | vtkTextureObject | protected |
Context | vtkTextureObject | protected |
CopyFromFrameBuffer(int srcXmin, int srcYmin, int dstXmin, int dstYmin, int width, int height) | vtkTextureObject | |
CopyToFrameBuffer(vtkShaderProgram *program, vtkOpenGLVertexArrayObject *vao) | vtkTextureObject | |
CopyToFrameBuffer(int srcXmin, int srcYmin, int srcXmax, int srcYmax, int dstXmin, int dstYmin, int dstXmax, int dstYmax, int dstSizeX, int dstSizeY, vtkShaderProgram *program, vtkOpenGLVertexArrayObject *vao) | vtkTextureObject | |
CopyToFrameBuffer(int srcXmin, int srcYmin, int srcXmax, int srcYmax, int dstXmin, int dstYmin, int dstSizeX, int dstSizeY, vtkShaderProgram *program, vtkOpenGLVertexArrayObject *vao) | vtkTextureObject | |
CopyToFrameBuffer(float *tcoords, float *verts, vtkShaderProgram *program, vtkOpenGLVertexArrayObject *vao) | vtkTextureObject | |
Create1D(int numComps, vtkPixelBufferObject *pbo, bool shaderSupportsTextureInt) | vtkTextureObject | |
Create1DFromRaw(unsigned int width, int numComps, int dataType, void *data) | vtkTextureObject | |
Create2D(unsigned int width, unsigned int height, int numComps, vtkPixelBufferObject *pbo, bool shaderSupportsTextureInt) | vtkTextureObject | |
Create2D(unsigned int width, unsigned int height, int numComps, int vtktype, bool) | vtkTextureObject | inline |
Create2DFromRaw(unsigned int width, unsigned int height, int numComps, int dataType, void *data) | vtkTextureObject | |
Create3D(unsigned int width, unsigned int height, unsigned int depth, int numComps, vtkPixelBufferObject *pbo, bool shaderSupportsTextureInt) | vtkTextureObject | |
Create3D(unsigned int width, unsigned int height, unsigned int depth, int numComps, int vtktype, bool) | vtkTextureObject | inline |
Create3DFromRaw(unsigned int width, unsigned int height, unsigned int depth, int numComps, int dataType, void *data) | vtkTextureObject | |
CreateCubeFromRaw(unsigned int width, unsigned int height, int numComps, int dataType, void *data[6]) | vtkTextureObject | |
CreateDepth(unsigned int width, unsigned int height, int internalFormat, vtkPixelBufferObject *pbo) | vtkTextureObject | |
CreateDepthFromRaw(unsigned int width, unsigned int height, int internalFormat, int rawType, void *raw) | vtkTextureObject | |
CreateTexture() | vtkTextureObject | protected |
CreateTextureBuffer(unsigned int numValues, int numComps, int dataType, vtkOpenGLBufferObject *bo) | vtkTextureObject | |
Deactivate() | vtkTextureObject | |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
Depth | vtkTextureObject | protected |
DepthTextureCompare | vtkTextureObject | protected |
DepthTextureCompareFunction | vtkTextureObject | protected |
DestroyTexture() | vtkTextureObject | protected |
Download() | vtkTextureObject | |
Download(unsigned int target, unsigned int level) | vtkTextureObject | |
Equal enum value | vtkTextureObject | |
FastDelete() | vtkObjectBase | virtual |
Fixed16 enum value | vtkTextureObject | |
Fixed24 enum value | vtkTextureObject | |
Fixed32 enum value | vtkTextureObject | |
Fixed8 enum value | vtkTextureObject | |
Float16 enum value | vtkTextureObject | |
Float32 enum value | vtkTextureObject | |
Format | vtkTextureObject | protected |
GenerateMipmap | vtkTextureObject | protected |
Gequal enum value | vtkTextureObject | |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetAutoParameters() | vtkTextureObject | virtual |
GetBaseLevel() | vtkTextureObject | virtual |
GetBorderColor() | vtkTextureObject | virtual |
GetBorderColor(float &, float &, float &, float &) | vtkTextureObject | virtual |
GetBorderColor(float[4]) | vtkTextureObject | virtual |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetComponents() | vtkTextureObject | virtual |
GetContext() | vtkTextureObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDataType(int vtk_scalar_type) | vtkTextureObject | |
GetDebug() | vtkObject | |
GetDefaultDataType(int vtk_scalar_type) | vtkTextureObject | |
GetDefaultFormat(int vtktype, int numComps, bool shaderSupportsTextureInt) | vtkTextureObject | |
GetDefaultInternalFormat(int vtktype, int numComps, bool shaderSupportsTextureInt) | vtkTextureObject | |
GetDepth() | vtkTextureObject | virtual |
GetDepthTextureCompare() | vtkTextureObject | virtual |
GetDepthTextureCompareFunction() | vtkTextureObject | virtual |
GetFormat(int vtktype, int numComps, bool shaderSupportsTextureInt) | vtkTextureObject | |
GetGenerateMipmap() | vtkTextureObject | virtual |
GetGlobalWarningDisplay() | vtkObject | static |
GetHandle() | vtkTextureObject | virtual |
GetHeight() | vtkTextureObject | virtual |
GetInternalFormat(int vtktype, int numComps, bool shaderSupportsTextureInt) | vtkTextureObject | |
GetIsInMemkind() const | vtkObjectBase | |
GetLinearMagnification() | vtkTextureObject | inline |
GetMagnificationFilter() | vtkTextureObject | virtual |
GetMagnificationFilterMode(int vtktype) | vtkTextureObject | |
GetMaximumAnisotropicFiltering() | vtkTextureObject | virtual |
GetMaximumTextureSize(vtkOpenGLRenderWindow *context) | vtkTextureObject | static |
GetMaximumTextureSize3D(vtkOpenGLRenderWindow *context) | vtkTextureObject | static |
GetMaximumTextureSize3D() | vtkTextureObject | |
GetMaxLevel() | vtkTextureObject | virtual |
GetMaxLOD() | vtkTextureObject | virtual |
GetMinificationFilter() | vtkTextureObject | virtual |
GetMinificationFilterMode(int vtktype) | vtkTextureObject | |
GetMinLOD() | vtkTextureObject | virtual |
GetMTime() | vtkObject | virtual |
GetNumberOfDimensions() | vtkTextureObject | virtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetReferenceCount() | vtkObjectBase | inline |
GetRequireDepthBufferFloat() | vtkTextureObject | virtual |
GetRequireTextureFloat() | vtkTextureObject | virtual |
GetRequireTextureInteger() | vtkTextureObject | virtual |
GetSamples() | vtkTextureObject | virtual |
GetShiftAndScale(float &shift, float &scale) | vtkTextureObject | |
GetSupportsDepthBufferFloat() | vtkTextureObject | virtual |
GetSupportsTextureFloat() | vtkTextureObject | virtual |
GetSupportsTextureInteger() | vtkTextureObject | virtual |
GetTarget() | vtkTextureObject | virtual |
GetTextureUnit() | vtkTextureObject | |
GetTuples() | vtkTextureObject | inline |
GetUseSRGBColorSpace() | vtkTextureObject | virtual |
GetUsingMemkind() | vtkObjectBase | static |
GetVTKDataType() | vtkTextureObject | |
GetWidth() | vtkTextureObject | virtual |
GetWrapR() | vtkTextureObject | virtual |
GetWrapRMode(int vtktype) | vtkTextureObject | |
GetWrapS() | vtkTextureObject | virtual |
GetWrapSMode(int vtktype) | vtkTextureObject | |
GetWrapT() | vtkTextureObject | virtual |
GetWrapTMode(int vtktype) | vtkTextureObject | |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
Greater enum value | vtkTextureObject | |
Handle | vtkTextureObject | protected |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
Height | vtkTextureObject | protected |
InitializeObjectBase() | vtkObjectBase | |
InternalFormat | vtkTextureObject | protected |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
InvokeEvent(unsigned long event, void *callData) | vtkObject | |
InvokeEvent(const char *event, void *callData) | vtkObject | |
InvokeEvent(unsigned long event) | vtkObject | inline |
InvokeEvent(const char *event) | vtkObject | inline |
IsA(const char *type) | vtkTextureObject | virtual |
IsBound() | vtkTextureObject | |
IsSupported(vtkOpenGLRenderWindow *, bool, bool, bool) | vtkTextureObject | inlinestatic |
IsSupported(vtkOpenGLRenderWindow *) | vtkTextureObject | inlinestatic |
IsTypeOf(const char *type) | vtkTextureObject | static |
Lequal enum value | vtkTextureObject | |
Less enum value | vtkTextureObject | |
Linear enum value | vtkTextureObject | |
LinearMipmapLinear enum value | vtkTextureObject | |
LinearMipmapNearest enum value | vtkTextureObject | |
MagnificationFilter | vtkTextureObject | protected |
MaximumAnisotropicFiltering | vtkTextureObject | protected |
MaxLevel | vtkTextureObject | protected |
MaxLOD | vtkTextureObject | protected |
MinificationFilter | vtkTextureObject | protected |
MinLOD | vtkTextureObject | protected |
MirroredRepeat enum value | vtkTextureObject | |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
Native enum value | vtkTextureObject | |
Nearest enum value | vtkTextureObject | |
NearestMipmapLinear enum value | vtkTextureObject | |
NearestMipmapNearest enum value | vtkTextureObject | |
Never enum value | vtkTextureObject | |
New() | vtkTextureObject | static |
NewInstance() const | vtkTextureObject | |
NewInstanceInternal() const | vtkTextureObject | protectedvirtual |
NotEqual enum value | vtkTextureObject | |
NumberOfDepthFormats enum value | vtkTextureObject | |
NumberOfDepthTextureCompareFunctions enum value | vtkTextureObject | |
NumberOfDimensions | vtkTextureObject | protected |
NumberOfMinificationModes enum value | vtkTextureObject | |
NumberOfWrapModes enum value | vtkTextureObject | |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
OwnHandle | vtkTextureObject | protected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkTextureObject | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
ReleaseGraphicsResources(vtkWindow *win) | vtkTextureObject | virtual |
RemoveAllObservers() | vtkObject | |
RemoveObserver(vtkCommand *) | vtkObject | |
RemoveObserver(unsigned long tag) | vtkObject | |
RemoveObservers(unsigned long event, vtkCommand *) | vtkObject | |
RemoveObservers(const char *event, vtkCommand *) | vtkObject | |
RemoveObservers(unsigned long event) | vtkObject | |
RemoveObservers(const char *event) | vtkObject | |
Repeat enum value | vtkTextureObject | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
RequireDepthBufferFloat | vtkTextureObject | protected |
RequireTextureFloat | vtkTextureObject | protected |
RequireTextureInteger | vtkTextureObject | protected |
ResetFormatAndType() | vtkTextureObject | |
Resize(unsigned int width, unsigned int height) | vtkTextureObject | |
ResourceCallback | vtkTextureObject | protected |
SafeDownCast(vtkObjectBase *o) | vtkTextureObject | static |
Samples | vtkTextureObject | protected |
SendParameters() | vtkTextureObject | |
SendParametersTime | vtkTextureObject | protected |
SetAutoParameters(int) | vtkTextureObject | virtual |
SetBaseLevel(int) | vtkTextureObject | virtual |
SetBorderColor(float, float, float, float) | vtkTextureObject | virtual |
SetBorderColor(float[4]) | vtkTextureObject | virtual |
SetContext(vtkOpenGLRenderWindow *) | vtkTextureObject | |
SetDataType(unsigned int glType) | vtkTextureObject | |
SetDebug(bool debugFlag) | vtkObject | |
SetDepthTextureCompare(bool) | vtkTextureObject | virtual |
SetDepthTextureCompareFunction(int) | vtkTextureObject | virtual |
SetFormat(unsigned int glFormat) | vtkTextureObject | |
SetGenerateMipmap(bool) | vtkTextureObject | virtual |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetInternalFormat(unsigned int glInternalFormat) | vtkTextureObject | |
SetLinearMagnification(bool val) | vtkTextureObject | inline |
SetMagnificationFilter(int) | vtkTextureObject | virtual |
SetMaximumAnisotropicFiltering(float) | vtkTextureObject | virtual |
SetMaxLevel(int) | vtkTextureObject | virtual |
SetMaxLOD(float) | vtkTextureObject | virtual |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetMinificationFilter(int) | vtkTextureObject | virtual |
SetMinLOD(float) | vtkTextureObject | virtual |
SetReferenceCount(int) | vtkObjectBase | |
SetRequireDepthBufferFloat(bool) | vtkTextureObject | virtual |
SetRequireTextureFloat(bool) | vtkTextureObject | virtual |
SetRequireTextureInteger(bool) | vtkTextureObject | virtual |
SetSamples(unsigned int) | vtkTextureObject | virtual |
SetUseSRGBColorSpace(bool) | vtkTextureObject | virtual |
SetWrapR(int) | vtkTextureObject | virtual |
SetWrapS(int) | vtkTextureObject | virtual |
SetWrapT(int) | vtkTextureObject | virtual |
ShaderProgram | vtkTextureObject | protected |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkTextureObject | |
SupportsDepthBufferFloat | vtkTextureObject | protected |
SupportsTextureFloat | vtkTextureObject | protected |
SupportsTextureInteger | vtkTextureObject | protected |
Target | vtkTextureObject | protected |
Type | vtkTextureObject | protected |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
UseSRGBColorSpace | vtkTextureObject | protected |
UseSRGBColorSpaceOff() | vtkTextureObject | virtual |
UseSRGBColorSpaceOn() | vtkTextureObject | virtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkTextureObject() | vtkTextureObject | protected |
WeakPointers | vtkObjectBase | protected |
Width | vtkTextureObject | protected |
WrapR | vtkTextureObject | protected |
WrapS | vtkTextureObject | protected |
WrapT | vtkTextureObject | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkTextureObject() override | vtkTextureObject | protected |