63 #ifndef __vtkProgrammableGlyphFilter_h
64 #define __vtkProgrammableGlyphFilter_h
66 #define VTK_COLOR_BY_INPUT 0
67 #define VTK_COLOR_BY_SOURCE 1
69 #include "vtkFiltersProgrammableModule.h"
102 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
105 void SetGlyphMethod(
void (*f)(
void *),
void *arg);
109 void SetGlyphMethodArgDelete(
void (*f)(
void *));
122 vtkGetVector3Macro(Point,
double);
134 vtkSetMacro(ColorMode,
int);
135 vtkGetMacro(ColorMode,
int);
136 void SetColorModeToColorByInput()
138 void SetColorModeToColorBySource()
140 const char *GetColorModeAsString();