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;
a simple class to control print indentation
abstract interface for parametric functions
Superclass for algorithms that produce vtkPartitionedDataSetAlgorithm.
a source that produces a vtkPartitionedDataSet.
~vtkPartitionedDataSetSource() override
static vtkPartitionedDataSetSource * New()
void DisableAllRanks()
Enable/Disable ranks.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetParametricFunction(vtkParametricFunction *)
Set/Get the parametric function to be used for this source.
void DisableRank(int rank)
Enable/Disable ranks.
bool IsEnabledRank(int rank)
Enable/Disable ranks.
void EnableRank(int rank)
Enable/Disable ranks.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
vtkPartitionedDataSetSource()
void EnableAllRanks()
Enable/Disable ranks.
composite dataset to encapsulates a dataset consisting of partitions.