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