77 #ifndef vtkProgrammableAttributeDataFilter_h
78 #define vtkProgrammableAttributeDataFilter_h
80 #include "vtkFiltersProgrammableModule.h"
116 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
122 void SetExecuteMethod(
void (*f)(
void *),
void *arg);
127 void SetExecuteMethodArgDelete(
void (*f)(
void *));
135 ProgrammableMethodCallbackType ExecuteMethod;
136 ProgrammableMethodCallbackType ExecuteMethodArgDelete;
137 void *ExecuteMethodArg;
144 { vtkErrorMacro( <<
"AddInput() must be called with a vtkDataSet not a vtkDataObject."); };
maintain an unordered list of dataset objects
abstract class to specify dataset behavior
Detect and break reference loops.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkDataSetCollection * GetInputList()
Return the list of inputs.
manipulate attribute (cell and point) data via a user-specified function
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
static vtkDataSetAlgorithm * New()