26 #ifndef vtkXMLPMultiBlockDataWriter_h 27 #define vtkXMLPMultiBlockDataWriter_h 29 #include "vtkIOParallelXMLModule.h" 47 vtkGetMacro(NumberOfPieces,
int);
55 vtkGetMacro(StartPiece,
int);
121 int ParallelWriteNonCompositeData(
123 int currentFileIndex);
131 int currentFileIndex,
int procId,
int dataSetType);
137 void RemoveWrittenFiles(const
char* subDirectory) VTK_OVERRIDE;
152 vtkInternal* Internal;
parallel writer for vtkHierarchicalBoxDataSet.
Wrapper around std::string to keep symbols short.
writer for vtkMultiBlockDataSet.
Represents an XML element and those nested inside.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
See the vtkAlgorithm for a desciption of what these do.
static vtkXMLMultiBlockDataWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual void SetWriteMetaFile(int flag)
Get/Set whether this instance will write the meta-file.
general representation of visualization data
Multiprocessing communication superclass.