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