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.
Superclass for VTK XML structured data writers.
Superclass for VTK's XML file writers.
a simple class to control print indentation
Write data in a parallel XML format.
void WritePrimaryElementAttributes(ostream &os, vtkIndent indent) override
virtual vtkXMLWriter * CreatePieceWriter(int index)=0
Superclass for PVTK XML structured data writers.
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.
virtual void PrepareSummaryFile()
Collect information between ranks before writing the summary file.
int WritePiece(int index) override
Write a piece of the dataset on disk.