Go to the documentation of this file.
25 #ifndef vtkOpenGLPolyDataMapper_h
26 #define vtkOpenGLPolyDataMapper_h
28 #include "vtkRenderingOpenGLModule.h"
39 #if !defined(VTK_LEGACY_REMOVE)
118 #endif // VTK_LEGACY_REMOVE
map vtkPolyData to graphics primitives
represent and manipulate 3D points
void DrawTStrips(int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, GLenum rep, vtkCellArray *ca, vtkRenderer *ren)
void DrawLines(int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, vtkCellArray *ca, vtkRenderer *ren)
vtkOpenGLTexture * InternalColorTexture
dynamic, self-adjusting array of unsigned char
static vtkOpenGLPolyDataMapper * New()
abstract superclass for arrays of numeric data
window superclass for vtkRenderWindow
virtual int Draw(vtkRenderer *ren, vtkActor *a)
Draw method for OpenGL.
void DrawPolygons(int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, GLenum rep, vtkCellArray *ca, vtkRenderer *ren)
~vtkOpenGLPolyDataMapper()
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
object to represent cell connectivity
vtkOpenGLPolyDataMapper()
void DrawPoints(int idx, vtkPoints *p, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkIdType &cellNum, int &noAbort, vtkCellArray *ca, vtkRenderer *ren)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
represent surface properties of a geometric object
create a window for renderers to draw into
virtual void RenderPiece(vtkRenderer *ren, vtkActor *a)
Implement superclass render method.
a PolyDataMapper for the OpenGL library
void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this mapper.