45 #ifndef vtkProgrammableFilter_h 46 #define vtkProgrammableFilter_h 68 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
72 void SetExecuteMethod(
void (*
f)(
void *),
void *arg);
75 void SetExecuteMethodArgDelete(
void (*
f)(
void *));
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
#define vtkGetMacro(name, type)
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
Base class for graph data types.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
#define VTKFILTERSPROGRAMMABLE_EXPORT
A table, which contains similar-typed columns of data.
topologically regular array of data
#define vtkBooleanMacro(name, type)
ProgrammableMethodCallbackType ExecuteMethodArgDelete
ProgrammableMethodCallbackType ExecuteMethod
a user-programmable filter
#define vtkSetMacro(name, type)