Go to the documentation of this file.
46 #ifndef vtkProgrammableFilter_h
47 #define vtkProgrammableFilter_h
49 #include "vtkFiltersProgrammableModule.h"
69 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
104 vtkSetMacro(CopyArrays,
bool);
105 vtkGetMacro(CopyArrays,
bool);
106 vtkBooleanMacro(CopyArrays,
bool);
vtkStructuredPoints * GetStructuredPointsInput()
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.
topologically regular array of data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkProgrammableFilter() override
a simple class to control print indentation
vtkMolecule * GetMoleculeInput()
class describing a molecule
vtkUnstructuredGrid * GetUnstructuredGridInput()
static vtkProgrammableFilter * New()
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTable * GetTableInput()
vtkRectilinearGrid * GetRectilinearGridInput()
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()
vtkStructuredGrid * GetStructuredGridInput()
ProgrammableMethodCallbackType ExecuteMethod