25 #ifndef vtkXMLHierarchicalBoxDataFileConverter_h
26 #define vtkXMLHierarchicalBoxDataFileConverter_h
28 #include "vtkIOXMLModule.h"
44 vtkSetStringMacro(InputFileName);
45 vtkGetStringMacro(InputFileName);
52 vtkSetStringMacro(OutputFileName);
53 vtkGetStringMacro(OutputFileName);
73 vtkSetStringMacro(FilePath);
a simple class to control print indentation
abstract base class for most VTK objects
Represents an XML element and those nested inside.
converts older *.vth, *.vthb files to newer format.
vtkXMLHierarchicalBoxDataFileConverter()
bool Convert()
Converts the input file to new format and writes out the output file.
int GetOriginAndSpacing(vtkXMLDataElement *ePrimary, double origin[3], double *&spacing)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkXMLHierarchicalBoxDataFileConverter * New()
vtkXMLDataElement * ParseXML(const char *filename)
~vtkXMLHierarchicalBoxDataFileConverter() override