|
VTK
|
#include <vtkOpenGLVolumeRGBTable.h>
Public Member Functions | |
| vtkOpenGLVolumeRGBTable () | |
| ~vtkOpenGLVolumeRGBTable () | |
| void | Activate () |
| void | Deactivate () |
| void | Update (vtkColorTransferFunction *scalarRGB, double range[2], int filterValue, vtkOpenGLRenderWindow *renWin) |
| int | GetTextureUnit (void) |
| void | ReleaseGraphicsResources (vtkWindow *window) |
Protected Attributes | |
| int | TextureWidth |
| int | NumberOfColorComponents |
| vtkTextureObject * | TextureObject |
| int | LastInterpolation |
| double | LastRange [2] |
| float * | Table |
| vtkTimeStamp | BuildTime |
Definition at line 24 of file vtkOpenGLVolumeRGBTable.h.
|
inline |
Definition at line 28 of file vtkOpenGLVolumeRGBTable.h.
|
inline |
Definition at line 39 of file vtkOpenGLVolumeRGBTable.h.
|
inline |
Definition at line 51 of file vtkOpenGLVolumeRGBTable.h.
|
inline |
Definition at line 62 of file vtkOpenGLVolumeRGBTable.h.
|
inline |
Definition at line 73 of file vtkOpenGLVolumeRGBTable.h.
|
inline |
Definition at line 129 of file vtkOpenGLVolumeRGBTable.h.
|
inline |
Definition at line 139 of file vtkOpenGLVolumeRGBTable.h.
|
protected |
Definition at line 150 of file vtkOpenGLVolumeRGBTable.h.
|
protected |
Definition at line 151 of file vtkOpenGLVolumeRGBTable.h.
|
protected |
Definition at line 153 of file vtkOpenGLVolumeRGBTable.h.
|
protected |
Definition at line 155 of file vtkOpenGLVolumeRGBTable.h.
|
protected |
Definition at line 156 of file vtkOpenGLVolumeRGBTable.h.
|
protected |
Definition at line 157 of file vtkOpenGLVolumeRGBTable.h.
|
protected |
Definition at line 158 of file vtkOpenGLVolumeRGBTable.h.
1.8.9.1