28 #ifndef vtkDataObjectGenerator_h
29 #define vtkDataObjectGenerator_h
32 #include "vtkFiltersCoreModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
35 class vtkInternalStructureCache;
48 vtkSetStringMacro(Program);
49 vtkGetStringMacro(Program);
71 vtkDataObject* CreateOutputDataObjects(vtkInternalStructureCache* structure);
74 vtkInternalStructureCache* structure,
int level,
int stripe = 0);
110 VTK_ABI_NAMESPACE_END
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.