VTK
Public Types | Public Member Functions | List of all members
vtkOpenGLContextDevice2D::CellArrayHelper Class Reference

#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=nullptr)
 Draw primitives as specified by cellType. More...
 

Detailed Description

Definition at line 563 of file vtkOpenGLContextDevice2DPrivate.h.

Member Enumeration Documentation

◆ CellType

Enumerator
LINE 
POLYGON 

Definition at line 567 of file vtkOpenGLContextDevice2DPrivate.h.

Constructor & Destructor Documentation

◆ CellArrayHelper()

vtkOpenGLContextDevice2D::CellArrayHelper::CellArrayHelper ( vtkOpenGLContextDevice2D device)
inline

Definition at line 574 of file vtkOpenGLContextDevice2DPrivate.h.

Member Function Documentation

◆ Draw()

void vtkOpenGLContextDevice2D::CellArrayHelper::Draw ( int  cellType,
vtkCellArray cellArray,
vtkPoints points,
float  x,
float  y,
float  scale,
int  scalarMode,
vtkUnsignedCharArray colors = nullptr 
)
inline

Draw primitives as specified by cellType.

Definition at line 586 of file vtkOpenGLContextDevice2DPrivate.h.


The documentation for this class was generated from the following file: