23 #ifndef vtkXMLPPartitionedDataSetWriter_h
24 #define vtkXMLPPartitionedDataSetWriter_h
27 #include "vtkIOParallelXMLModule.h"
46 vtkSetMacro(NumberOfPieces,
int);
47 vtkGetMacro(NumberOfPieces,
int);
48 vtkSetMacro(StartPiece,
int);
49 vtkGetMacro(StartPiece,
int);
62 int NumberOfPieces = 1;
void SetWriteMetaFile(int)
These no longer have any effect.
#define VTK_DEPRECATED_IN_9_1_0(reason)
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
XML writer for vtkPartitionedDataSet.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Multiprocessing communication superclass.