46 #ifndef vtkProgrammableFilter_h 47 #define vtkProgrammableFilter_h 49 #include "vtkFiltersProgrammableModule.h" 69 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
75 void SetExecuteMethod(
void (*f)(
void *),
void *arg);
80 void SetExecuteMethodArgDelete(
void (*f)(
void *));
104 vtkSetMacro(CopyArrays,
bool);
105 vtkGetMacro(CopyArrays,
bool);
106 vtkBooleanMacro(CopyArrays,
bool);
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
class describing a molecule
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
A table, which contains similar-typed columns of data.
topologically regular array of data
ProgrammableMethodCallbackType ExecuteMethodArgDelete
ProgrammableMethodCallbackType ExecuteMethod
a user-programmable filter