63 #ifndef vtkProgrammableGlyphFilter_h 64 #define vtkProgrammableGlyphFilter_h 66 #define VTK_COLOR_BY_INPUT 0 67 #define VTK_COLOR_BY_SOURCE 1 102 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
105 void SetGlyphMethod(
void (*
f)(
void *),
void *arg);
109 void SetGlyphMethodArgDelete(
void (*
f)(
void *));
140 const char *GetColorModeAsString();
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetColorModeToColorBySource()
represent and manipulate point attribute data
#define VTK_COLOR_BY_SOURCE
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetColorModeToColorByInput()
#define vtkGetVector3Macro(name, type)
control the generation and placement of glyphs at input points
#define vtkGetObjectMacro(name, type)
ProgrammableMethodCallbackType GlyphMethodArgDelete
#define VTKFILTERSPROGRAMMABLE_EXPORT
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define VTK_COLOR_BY_INPUT
ProgrammableMethodCallbackType GlyphMethod
#define vtkSetMacro(name, type)