 |
VTK
9.0.1
|
Go to the documentation of this file.
61 #ifndef vtkProgrammableGlyphFilter_h
62 #define vtkProgrammableGlyphFilter_h
64 #define VTK_COLOR_BY_INPUT 0
65 #define VTK_COLOR_BY_SOURCE 1
67 #include "vtkFiltersProgrammableModule.h"
109 typedef void (*ProgrammableMethodCallbackType)(
void* arg);
114 void SetGlyphMethod(
void (*f)(
void*),
void* arg);
120 void SetGlyphMethodArgDelete(
void (*f)(
void*));
135 vtkGetVector3Macro(Point,
double);
151 vtkSetMacro(ColorMode,
int);
152 vtkGetMacro(ColorMode,
int);
155 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
#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
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void SetColorModeToColorBySource()
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.