22 #ifndef vtkOpenGLStickMapper_h
23 #define vtkOpenGLStickMapper_h
25 #include "vtkRenderingOpenGL2Module.h"
39 vtkSetStringMacro(ScaleArray);
46 vtkSetStringMacro(OrientationArray);
53 vtkSetStringMacro(SelectionIdArray);
63 virtual
void GetShaderTemplate(
70 virtual
void ReplaceShaderValues(
84 const
char *ScaleArray;
85 const
char *OrientationArray;
86 const
char *SelectionIdArray;
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
a PolyDataMapper for the OpenGL library
use imposters to draw cylinders
static vtkOpenGLStickMapper * New()
abstract specification for renderers
Vertex or Fragment shader, combined into a ShaderProgram.