Go to the documentation of this file.
64 #ifndef vtkProgrammableGlyphFilter_h
65 #define vtkProgrammableGlyphFilter_h
67 #define VTK_COLOR_BY_INPUT 0
68 #define VTK_COLOR_BY_SOURCE 1
70 #include "vtkFiltersProgrammableModule.h"
112 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
117 void SetGlyphMethod(
void (*f)(
void *),
void *arg);
123 void SetGlyphMethodArgDelete(
void (*f)(
void *));
138 vtkGetVector3Macro(Point,
double);
154 vtkSetMacro(ColorMode,
int);
155 vtkGetMacro(ColorMode,
int);
160 const char *GetColorModeAsString();
ProgrammableMethodCallbackType GlyphMethod
represent and manipulate point attribute data
#define VTK_COLOR_BY_SOURCE
control the generation and placement of glyphs at input points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
ProgrammableMethodCallbackType GlyphMethodArgDelete
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define VTK_COLOR_BY_INPUT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetColorModeToColorByInput()
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetColorModeToColorBySource()
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.