 |
VTK
9.0.1
|
Go to the documentation of this file.
40 #ifndef vtkProgrammableFilter_h
41 #define vtkProgrammableFilter_h
43 #include "vtkFiltersProgrammableModule.h"
62 typedef void (*ProgrammableMethodCallbackType)(
void* arg);
68 void SetExecuteMethod(
void (*f)(
void*),
void* arg);
73 void SetExecuteMethodArgDelete(
void (*f)(
void*));
97 vtkSetMacro(CopyArrays,
bool);
98 vtkGetMacro(CopyArrays,
bool);
99 vtkBooleanMacro(CopyArrays,
bool);
a user-programmable filter
ProgrammableMethodCallbackType ExecuteMethodArgDelete
a dataset that is topologically regular with variable spacing in the three coordinate directions
A table, which contains similar-typed columns of data.
topologically regular array of data
a simple class to control print indentation
class describing a molecule
concrete dataset represents vertices, lines, polygons, and triangle strips
dataset represents arbitrary combinations of all possible cell types
Base class for graph data types.
ProgrammableMethodCallbackType ExecuteMethod