27 #ifndef vtkXMLDataWriterHelper_h
28 #define vtkXMLDataWriterHelper_h
30 #include "vtkIOParallelXMLModule.h"
86 this->DataSetVersion[0] = major;
87 this->DataSetVersion[1] = minor;
107 int DataSetVersion[2];
void SetDataSetName(const std::string &name)
These methods should be used by the caller to provide necessary information to the helper to generate...
int GetDataSetMinorVersion() override
Represents an XML element and those nested inside.
const char * GetDataSetName() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
helper for vtkXMLWriter2 and subclasses
abstract superclass for composite (multi-block or AMR) datasets
Superclass for VTK's XML file writers.
a simple class to control print indentation
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
base class for new-style XML Writers
void SetDataSetVersion(int major, int minor)
These methods should be used by the caller to provide necessary information to the helper to generate...
static vtkAlgorithm * New()
int GetDataSetMajorVersion() override