 |
VTK
9.0.1
|
Go to the documentation of this file.
25 #ifndef vtkOpenGLVolumeLookupTables_h
26 #define vtkOpenGLVolumeLookupTables_h
49 virtual void Create(std::size_t numberOfTables);
77 #include "vtkOpenGLVolumeLookupTables.txx"
79 #endif // __VTK_WRAP__
80 #endif // vtkOpenGLVolumeLookupTables_h
std::vector< T * > Tables
abstract base class for most VTK objects
window superclass for vtkRenderWindow
void ReleaseGraphicsResources(vtkWindow *win)
Release graphics resources.
T * GetTable(std::size_t i) const
Get access to the raw table pointer.
std::size_t GetNumberOfTables() const
Get number of tables.
static vtkOpenGLVolumeLookupTables< T > * New()
a simple class to control print indentation
Internal class that manages multiple lookup tables.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual ~vtkOpenGLVolumeLookupTables() override
virtual void Create(std::size_t numberOfTables)
Create internal lookup tables.
vtkOpenGLVolumeLookupTables()=default