Go to the documentation of this file.
45 #ifndef vtkProgrammableFilter_h
46 #define vtkProgrammableFilter_h
68 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
vtkStructuredPoints * GetStructuredPointsInput()
vtkPolyData * GetPolyDataInput()
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)
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
topologically regular array of data
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetExecuteMethod(void(*f)(void *), void *arg)
a simple class to control print indentation
#define VTKFILTERSPROGRAMMABLE_EXPORT
#define vtkGetMacro(name, type)
vtkUnstructuredGrid * GetUnstructuredGridInput()
vtkBooleanMacro(IgnoreDriverBugs, bool)
static vtkProgrammableFilter * New()
vtkSetMacro(IgnoreDriverBugs, bool)
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTable * GetTableInput()
vtkRectilinearGrid * GetRectilinearGridInput()
dataset represents arbitrary combinations of all possible cell types
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
Base class for graph data types.
void SetExecuteMethodArgDelete(void(*f)(void *))
vtkGraph * GetGraphInput()
vtkStructuredGrid * GetStructuredGridInput()
ProgrammableMethodCallbackType ExecuteMethod