|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   26 #ifndef vtkXMLPMultiBlockDataWriter_h 
   27 #define vtkXMLPMultiBlockDataWriter_h 
   29 #include "vtkIOParallelXMLModule.h"  
   46   vtkSetMacro(NumberOfPieces, 
int);
 
   47   vtkGetMacro(NumberOfPieces, 
int);
 
   54   vtkSetMacro(StartPiece, 
int);
 
   55   vtkGetMacro(StartPiece, 
int);
 
  120   int ParallelWriteNonCompositeData(
 
  149   vtkInternal* XMLPMultiBlockDataWriterInternal;
 
  
virtual void FillDataTypes(vtkCompositeDataSet *)
Determine the data types for each of the leaf nodes.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
See the vtkAlgorithm for a description of what these do.
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
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.