40 #ifndef vtkProgrammableFilter_h
41 #define vtkProgrammableFilter_h
43 #include "vtkFiltersProgrammableModule.h"
65 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
71 void SetExecuteMethod(
void (*f)(
void *),
void *arg);
76 void SetExecuteMethodArgDelete(
void (*f)(
void *));
123 vtkGetMacro(CopyArrays,
bool);
132 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
134 ProgrammableMethodCallbackType ExecuteMethod;
135 ProgrammableMethodCallbackType ExecuteMethodArgDelete;
136 void *ExecuteMethodArg;
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
concrete dataset represents vertices, lines, polygons, and triangle strips
Base class for graph data types.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A table, which contains similar-typed columns of data.
topologically regular array of data
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
a user-programmable filter