28#ifndef vtkLinesPainter_h
29#define vtkLinesPainter_h
31#include "vtkRenderingOpenGLModule.h"
52 unsigned long typeflags,
bool forceCompileOnly);
represents an object (geometry & properties) in a rendered scene
abstract superclass for arrays of numeric data
a simple class to control print indentation
painter that paints lines.
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Overriden to set RenderPolys flag.
static vtkLinesPainter * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RenderPrimitive(unsigned long flags, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkRenderer *ren)
The actual rendering happens here.
superclass for class that handle single privmitives.
abstract specification for renderers
dynamic, self-adjusting array of unsigned char