Go to the documentation of this file.
29 #ifndef vtkXMLPMultiBlockDataWriter_h
30 #define vtkXMLPMultiBlockDataWriter_h
32 #include "vtkIOParallelXMLModule.h"
49 vtkSetMacro(NumberOfPieces,
int);
50 vtkGetMacro(NumberOfPieces,
int);
57 vtkSetMacro(StartPiece,
int);
58 vtkGetMacro(StartPiece,
int);
124 int ParallelWriteNonCompositeData(
126 int currentFileIndex);
134 int currentFileIndex,
int procId,
int dataSetType);
155 vtkInternal* XMLPMultiBlockDataWriterInternal;
virtual void FillDataTypes(vtkCompositeDataSet *)
Determine the data types for each of the leaf nodes.
int StartPiece
Piece information.
virtual void RemoveWrittenFiles(const char *SubDirectory)
Utility function to remove any already written files in case writer failed.
int WriteComposite(vtkCompositeDataSet *compositeData, vtkXMLDataElement *parent, int &writerIdx) override
Internal method called recursively to create the xml tree for the children of compositeData as well a...
vtkMultiProcessController * Controller
abstract superclass for composite (multi-block or AMR) datasets
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
See the vtkAlgorithm for a description of what these do.
vtkStdString CreatePieceFileName(int Piece)
Create a filename for the given index.
Multiprocessing communication superclass.
a simple class to control print indentation
Represents an XML element and those nested inside.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
writer for vtkMultiBlockDataSet.
virtual void SetWriteMetaFile(int flag)
Wrapper around std::string to keep symbols short.
static vtkXMLMultiBlockDataWriter * New()
general representation of visualization data
parallel writer for vtkHierarchicalBoxDataSet.