79 #ifndef __vtkProgrammableAttributeDataFilter_h
80 #define __vtkProgrammableAttributeDataFilter_h
82 #include "vtkFiltersProgrammableModule.h"
92 void PrintSelf(ostream& os, vtkIndent indent);
95 void AddInput(vtkDataSet *in);
98 void RemoveInput(vtkDataSet *in);
110 typedef void (*ProgrammableMethodCallbackType)(
void *arg);
114 void SetExecuteMethod(
void (*f)(
void *),
void *arg);
117 void SetExecuteMethodArgDelete(
void (*f)(
void *));
123 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
134 { vtkErrorMacro( <<
"AddInput() must be called with a vtkDataSet not a vtkDataObject."); };
ProgrammableMethodCallbackType ExecuteMethodArgDelete
maintain an unordered list of dataset objects
virtual void ReportReferences(vtkGarbageCollector *)
vtkDataSetCollection * GetInputList()
vtkDataSetCollection * InputList
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
ProgrammableMethodCallbackType ExecuteMethod
manipulate attribute (cell and point) data via a user-specified function
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
static vtkDataSetAlgorithm * New()