45 #ifndef __vtkProgrammableFilter_h
46 #define __vtkProgrammableFilter_h
48 #include "vtkFiltersProgrammableModule.h"
59 void PrintSelf(ostream& os, vtkIndent indent);
68 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
72 void SetExecuteMethod(
void (*f)(
void *),
void *arg);
75 void SetExecuteMethodArgDelete(
void (*f)(
void *));
90 vtkUnstructuredGrid *GetUnstructuredGridInput();
105 vtkSetMacro(CopyArrays,
bool);
106 vtkGetMacro(CopyArrays,
bool);
107 vtkBooleanMacro(CopyArrays,
bool);
114 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
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 table, which contains similar-typed columns of data.
topologically regular array of data
ProgrammableMethodCallbackType ExecuteMethodArgDelete
ProgrammableMethodCallbackType ExecuteMethod
a user-programmable filter