45 #ifndef __vtkProgrammableFilter_h
46 #define __vtkProgrammableFilter_h
48 #include "vtkFiltersProgrammableModule.h"
49 #include "vtkPassInputTypeAlgorithm.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 *));
81 vtkPolyData *GetPolyDataInput();
84 vtkStructuredPoints *GetStructuredPointsInput();
87 vtkStructuredGrid *GetStructuredGridInput();
90 vtkUnstructuredGrid *GetUnstructuredGridInput();
93 vtkRectilinearGrid *GetRectilinearGridInput();
96 vtkGraph *GetGraphInput();
100 vtkTable *GetTableInput();
105 vtkSetMacro(CopyArrays,
bool);
106 vtkGetMacro(CopyArrays,
bool);
107 vtkBooleanMacro(CopyArrays,
bool);
114 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
115 virtual int FillInputPortInformation(
int port, vtkInformation* info);
ProgrammableMethodCallbackType ExecuteMethodArgDelete
ProgrammableMethodCallbackType ExecuteMethod
a user-programmable filter