26 #ifndef vtkPartitionedDataSetSource_h
27 #define vtkPartitionedDataSetSource_h
29 #include "vtkFiltersSourcesModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
56 void EnableRank(
int rank);
57 void EnableAllRanks();
58 void DisableRank(
int rank);
59 void DisableAllRanks();
60 bool IsEnabledRank(
int rank);
73 vtkSetClampMacro(NumberOfPartitions,
int, 0,
VTK_INT_MAX);
74 vtkGetMacro(NumberOfPartitions,
int);
96 bool RanksEnabledByDefault =
true;
97 int NumberOfPartitions = 0;
98 std::map<int, int> Allocations;
102 VTK_ABI_NAMESPACE_END
composite dataset to encapsulates a dataset consisting of partitions.
Superclass for algorithms that produce vtkPartitionedDataSetAlgorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a source that produces a vtkPartitionedDataSet.
abstract interface for parametric functions
a simple class to control print indentation
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.
static vtkAlgorithm * New()