43 #ifndef vtkProgrammableFilter_h
44 #define vtkProgrammableFilter_h
46 #include "vtkFiltersProgrammableModule.h"
65 typedef void (*ProgrammableMethodCallbackType)(
void* arg);
71 void SetExecuteMethod(
void (*f)(
void*),
void* arg);
76 void SetExecuteMethodArgDelete(
void (*f)(
void*));
101 vtkSetMacro(CopyArrays,
bool);
102 vtkGetMacro(CopyArrays,
bool);
103 vtkBooleanMacro(CopyArrays,
bool);
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