Go to the documentation of this file.
23 #ifndef vtkXMLPStructuredDataWriter_h
24 #define vtkXMLPStructuredDataWriter_h
26 #include "vtkIOParallelXMLModule.h"
58 typedef std::map<int, std::vector<int> > ExtentsType;
int WriteInternal() override
Override writing method from superclass.
Write data in a parallel XML format.
Superclass for VTK's XML file writers.
a simple class to control print indentation
virtual void WritePPieceAttributes(int index)
Write the attributes of the piece at the given index.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void WritePrimaryElementAttributes(ostream &os, vtkIndent indent) override
virtual void PrepareSummaryFile()
Collect information between ranks before writing the summary file.
Superclass for VTK XML structured data writers.
int WritePiece(int index) override
Write a piece of the dataset on disk.
virtual vtkXMLWriter * CreatePieceWriter(int index)=0
Superclass for PVTK XML structured data writers.