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 virtual ~vtkOpenGLVolumeLookupTables() override
abstract base class for most VTK objects
virtual void Create(std::size_t numberOfTables)
Create internal lookup tables.
vtkOpenGLVolumeLookupTables()=default
T * GetTable(std::size_t i) const
Get access to the raw table pointer.
window superclass for vtkRenderWindow
std::size_t GetNumberOfTables() const
Get number of tables.
std::vector< T * > Tables
a simple class to control print indentation
void ReleaseGraphicsResources(vtkWindow *win)
Release graphics resources.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Internal class that manages multiple lookup tables.
static vtkOpenGLVolumeLookupTables< T > * New()