|
VTK
9.3.0
|
#include <vtkOpenGLContextDevice2DPrivate.h>
Public Types | |
| enum | CellType { LINE = 1 , POLYGON } |
Public Member Functions | |
| CellArrayHelper (vtkOpenGLContextDevice2D *device) | |
| ~CellArrayHelper () | |
| void | Draw (int cellType, vtkPolyData *polyData, vtkPoints *points, float x, float y, float scale, int scalarMode, vtkUnsignedCharArray *colors=nullptr) |
| Draw primitives as specified by cellType. | |
| void | HandleEndFrame () |
Definition at line 528 of file vtkOpenGLContextDevice2DPrivate.h.
| Enumerator | |
|---|---|
| LINE | |
| POLYGON | |
Definition at line 532 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Definition at line 539 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Definition at line 549 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Draw primitives as specified by cellType.
Definition at line 554 of file vtkOpenGLContextDevice2DPrivate.h.
|
inline |
Definition at line 573 of file vtkOpenGLContextDevice2DPrivate.h.