80 #ifndef vtkProgrammableAttributeDataFilter_h
81 #define vtkProgrammableAttributeDataFilter_h
84 #include "vtkFiltersProgrammableModule.h"
119 typedef void (*ProgrammableMethodCallbackType)(
void* arg);
125 void SetExecuteMethod(
void (*f)(
void*),
void* arg);
130 void SetExecuteMethodArgDelete(
void (*f)(
void*));
148 vtkErrorMacro(<<
"AddInput() must be called with a vtkDataSet not a vtkDataObject.");
ProgrammableMethodCallbackType ExecuteMethodArgDelete
maintain an unordered list of dataset objects
abstract class to specify dataset behavior
void ReportReferences(vtkGarbageCollector *) override
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.
vtkDataSetCollection * InputList
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
ProgrammableMethodCallbackType ExecuteMethod
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()