38 #ifndef vtkPartitionedDataSetSource_h
39 #define vtkPartitionedDataSetSource_h
41 #include "vtkFiltersSourcesModule.h"
67 void EnableRank(
int rank);
68 void EnableAllRanks();
69 void DisableRank(
int rank);
70 void DisableAllRanks();
71 bool IsEnabledRank(
int rank);
84 vtkSetClampMacro(NumberOfPartitions,
int, 0,
VTK_INT_MAX);
85 vtkGetMacro(NumberOfPartitions,
int);
107 bool RanksEnabledByDefault =
true;
108 int NumberOfPartitions = 0;
109 std::map<int, int> Allocations;
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()