|
VTK
|
#include <vtkOpenGLRGBTable.h>
Public Member Functions | |
| vtkOpenGLRGBTable () | |
| ~vtkOpenGLRGBTable () | |
| bool | IsLoaded () |
| void | Bind (int textureUnit=1) |
| void | Update (vtkColorTransferFunction *scalarRGB, double range[2], bool linearInterpolation, int textureUnit=1) |
Protected Attributes | |
| bool | Loaded |
| bool | LastLinearInterpolation |
| int | TexutureWidth |
| int | NumberOfColorComponents |
| GLuint | TextureId |
| double | LastRange [2] |
| float * | Table |
| vtkTimeStamp | BuildTime |
Definition at line 23 of file vtkOpenGLRGBTable.h.
|
inline |
Definition at line 27 of file vtkOpenGLRGBTable.h.
|
inline |
Definition at line 39 of file vtkOpenGLRGBTable.h.
|
inline |
Definition at line 55 of file vtkOpenGLRGBTable.h.
|
inline |
Definition at line 62 of file vtkOpenGLRGBTable.h.
|
inline |
Definition at line 71 of file vtkOpenGLRGBTable.h.
|
protected |
Definition at line 142 of file vtkOpenGLRGBTable.h.
|
protected |
Definition at line 143 of file vtkOpenGLRGBTable.h.
|
protected |
Definition at line 145 of file vtkOpenGLRGBTable.h.
|
protected |
Definition at line 146 of file vtkOpenGLRGBTable.h.
|
protected |
Definition at line 148 of file vtkOpenGLRGBTable.h.
|
protected |
Definition at line 150 of file vtkOpenGLRGBTable.h.
|
protected |
Definition at line 151 of file vtkOpenGLRGBTable.h.
|
protected |
Definition at line 152 of file vtkOpenGLRGBTable.h.
1.8.11