|
VTK
|
#include <vtkOpenGLContextDevice2DPrivate.h>
Public Types | |
| enum | CellType { LINE = 1, POLYGON } |
Public Member Functions | |
| CellArrayHelper (vtkOpenGLContextDevice2D *device) | |
| void | Draw (int cellType, vtkCellArray *cellArray, vtkPoints *points, float x, float y, float scale, int scalarMode, vtkUnsignedCharArray *colors=NULL) |
| Draw primitives as specified by cellType. More... | |
Definition at line 563 of file vtkOpenGLContextDevice2DPrivate.h.
| Enumerator | |
|---|---|
| LINE | |
| POLYGON | |
Definition at line 567 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Definition at line 574 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Draw primitives as specified by cellType.
Definition at line 586 of file vtkOpenGLContextDevice2DPrivate.h.
1.8.13