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