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