31 #ifndef vtkProgrammableFilter_h
32 #define vtkProgrammableFilter_h
34 #include "vtkFiltersProgrammableModule.h"
37 VTK_ABI_NAMESPACE_BEGIN
54 typedef void (*ProgrammableMethodCallbackType)(
void* arg);
60 void SetExecuteMethod(
void (*f)(
void*),
void* arg);
65 void SetExecuteMethodArgDelete(
void (*f)(
void*));
90 vtkSetMacro(CopyArrays,
bool);
91 vtkGetMacro(CopyArrays,
bool);
92 vtkBooleanMacro(CopyArrays,
bool);
113 VTK_ABI_NAMESPACE_END
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
class describing a molecule
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
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