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