46 #ifndef vtkProgrammableFilter_h
47 #define vtkProgrammableFilter_h
49 #include "vtkFiltersProgrammableModule.h"
71 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
129 vtkGetMacro(CopyArrays,
bool);
Base class for graph data types.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
a user-programmable filter
void SetExecuteMethodArgDelete(void(*f)(void *))
Set the arg delete method.
ProgrammableMethodCallbackType ExecuteMethodArgDelete
static vtkProgrammableFilter * New()
void SetExecuteMethod(void(*f)(void *), void *arg)
Specify the function to use to operate on the point attribute data.
vtkRectilinearGrid * GetRectilinearGridInput()
Get the input as a concrete type.
vtkStructuredGrid * GetStructuredGridInput()
Get the input as a concrete type.
vtkPolyData * GetPolyDataInput()
Get the input as a concrete type.
vtkStructuredPoints * GetStructuredPointsInput()
Get the input as a concrete type.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkGraph * GetGraphInput()
Get the input as a concrete type.
vtkUnstructuredGrid * GetUnstructuredGridInput()
Get the input as a concrete type.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkTable * GetTableInput()
Get the input as a concrete type.
ProgrammableMethodCallbackType ExecuteMethod
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
a dataset that is topologically regular with variable spacing in the three coordinate directions
topologically regular array of data
A table, which contains similar-typed columns of data.
dataset represents arbitrary combinations of all possible cell types
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.