Go to the documentation of this file.
40 #ifndef vtkDataObjectGenerator_h
41 #define vtkDataObjectGenerator_h
43 #include "vtkFiltersCoreModule.h"
46 class vtkInternalStructureCache;
60 vtkSetStringMacro(Program);
61 vtkGetStringMacro(Program);
88 CreateOutputDataObjects(vtkInternalStructureCache *structure);
91 FillOutputDataObjects(vtkInternalStructureCache *structure,
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only data object as output.
produces simple (composite or atomic) data sets for testing.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkInternalStructureCache * Structure
a simple class to control print indentation
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
general representation of visualization data