VTK
Public Member Functions | List of all members
vtkOpenGLTransferFunctions2D Class Reference

Container for a set of TransferFunction2D instances. More...

#include <vtkOpenGLTransferFunction2D.h>

Public Member Functions

 vtkOpenGLTransferFunctions2D (unsigned int numberOfTables)
 
 ~vtkOpenGLTransferFunctions2D ()
 
vtkOpenGLTransferFunction2DGetTable (unsigned int i)
 
size_t GetNumberOfTables ()
 
void ReleaseGraphicsResources (vtkWindow *window)
 

Detailed Description

Container for a set of TransferFunction2D instances.

Used as a convenience class to instantiate functions for each component.

Note
This class will be merged with other VolumeOpenGL2/vtk*Tables to reduce code duplication.
See also
vtkOpenGLVolumeRGBTables

Definition at line 215 of file vtkOpenGLTransferFunction2D.h.

Constructor & Destructor Documentation

◆ vtkOpenGLTransferFunctions2D()

vtkOpenGLTransferFunctions2D::vtkOpenGLTransferFunctions2D ( unsigned int  numberOfTables)
inline

Definition at line 219 of file vtkOpenGLTransferFunction2D.h.

◆ ~vtkOpenGLTransferFunctions2D()

vtkOpenGLTransferFunctions2D::~vtkOpenGLTransferFunctions2D ( )
inline

Definition at line 231 of file vtkOpenGLTransferFunction2D.h.

Member Function Documentation

◆ GetTable()

vtkOpenGLTransferFunction2D* vtkOpenGLTransferFunctions2D::GetTable ( unsigned int  i)
inline

Definition at line 241 of file vtkOpenGLTransferFunction2D.h.

◆ GetNumberOfTables()

size_t vtkOpenGLTransferFunctions2D::GetNumberOfTables ( )
inline

Definition at line 251 of file vtkOpenGLTransferFunction2D.h.

◆ ReleaseGraphicsResources()

void vtkOpenGLTransferFunctions2D::ReleaseGraphicsResources ( vtkWindow window)
inline

Definition at line 257 of file vtkOpenGLTransferFunction2D.h.


The documentation for this class was generated from the following file: