63 #ifndef __vtkProgrammableGlyphFilter_h
64 #define __vtkProgrammableGlyphFilter_h
66 #define VTK_COLOR_BY_INPUT 0
67 #define VTK_COLOR_BY_SOURCE 1
96 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
99 void SetGlyphMethod(
void (*f)(
void *),
void *arg);
103 void SetGlyphMethodArgDelete(
void (*f)(
void *));
116 vtkGetVector3Macro(Point,
double);
128 vtkSetMacro(ColorMode,
int);
129 vtkGetMacro(ColorMode,
int);
130 void SetColorModeToColorByInput()
132 void SetColorModeToColorBySource()
134 const char *GetColorModeAsString();