 |
VTK
9.1.0
|
Go to the documentation of this file.
35 #ifndef vtkPartitionedDataSetSource_h
36 #define vtkPartitionedDataSetSource_h
38 #include "vtkFiltersSourcesModule.h"
82 vtkGetMacro(NumberOfPartitions,
int);
104 bool RanksEnabledByDefault =
true;
105 int NumberOfPartitions = 0;
106 std::map<int, int> Allocations;
composite dataset to encapsulates a dataset consisting of partitions.
void SetParametricFunction(vtkParametricFunction *)
Set/Get the parametric function to be used for this source.
a source that produces a vtkPartitionedDataSet.
static vtkPartitionedDataSetSource * New()
void EnableAllRanks()
Enable/Disable ranks.
vtkPartitionedDataSetSource()
abstract interface for parametric functions
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
Superclass for algorithms that produce vtkPartitionedDataSetAlgorithm.
void DisableAllRanks()
Enable/Disable ranks.
a simple class to control print indentation
void EnableRank(int rank)
Enable/Disable ranks.
~vtkPartitionedDataSetSource() override
void DisableRank(int rank)
Enable/Disable ranks.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
bool IsEnabledRank(int rank)
Enable/Disable ranks.