30 #ifndef vtkPartitionedDataSetCollectionSource_h
31 #define vtkPartitionedDataSetCollectionSource_h
33 #include "vtkFiltersSourcesModule.h"
48 vtkSetClampMacro(NumberOfShapes,
int, 0, 12);
49 vtkGetMacro(NumberOfShapes,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
a simple class to control print indentation
a source that produces a vtkPartitionedDataSetCollection.
Superclass for algorithms that produce vtkPartitionedDataSetCollectionAlgorithm.
static vtkAlgorithm * New()