Go to the documentation of this file.
26 #ifndef vtkXMLPartitionedDataSetCollectionWriter_h
27 #define vtkXMLPartitionedDataSetCollectionWriter_h
29 #include "vtkIOXMLModule.h"
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
writer for vtkPartitionedDataSetCollection.
static vtkXMLPartitionedDataSetCollectionWriter * New()
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...
abstract superclass for composite (multi-block or AMR) datasets
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
Represents an XML element and those nested inside.
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
~vtkXMLPartitionedDataSetCollectionWriter() override
vtkXMLPartitionedDataSetCollectionWriter()
Writer for multi-group datasets.