VTK
|
converts older *.vth, *.vthb files to newer format. More...
#include <vtkXMLHierarchicalBoxDataFileConverter.h>
converts older *.vth, *.vthb files to newer format.
vtkXMLHierarchicalBoxDataFileConverter is a utility class to convert v0.1 and v1.0 of the VTK XML hierarchical file format to the v1.1. Users can then use vtkXMLUniformGridAMRReader to read the dataset into VTK.
Definition at line 35 of file vtkXMLHierarchicalBoxDataFileConverter.h.
Reimplemented from vtkObject.
Definition at line 39 of file vtkXMLHierarchicalBoxDataFileConverter.h.
static vtkXMLHierarchicalBoxDataFileConverter* vtkXMLHierarchicalBoxDataFileConverter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkXMLHierarchicalBoxDataFileConverter::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkXMLHierarchicalBoxDataFileConverter::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkXMLHierarchicalBoxDataFileConverter* vtkXMLHierarchicalBoxDataFileConverter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkXMLHierarchicalBoxDataFileConverter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
vtkXMLHierarchicalBoxDataFileConverter* vtkXMLHierarchicalBoxDataFileConverter::NewInstance | ( | ) | const |
Reimplemented from vtkObject.
void vtkXMLHierarchicalBoxDataFileConverter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
virtual void vtkXMLHierarchicalBoxDataFileConverter::SetInputFileName | ( | const char * | ) | [virtual] |
Set the input filename.
virtual char* vtkXMLHierarchicalBoxDataFileConverter::GetInputFileName | ( | ) | [virtual] |
Set the input filename.
virtual void vtkXMLHierarchicalBoxDataFileConverter::SetOutputFileName | ( | const char * | ) | [virtual] |
Set the output filename.
virtual char* vtkXMLHierarchicalBoxDataFileConverter::GetOutputFileName | ( | ) | [virtual] |
Set the output filename.
Converts the input file to new format and writes out the output file.
vtkXMLDataElement* vtkXMLHierarchicalBoxDataFileConverter::ParseXML | ( | const char * | filename | ) | [protected] |
int vtkXMLHierarchicalBoxDataFileConverter::GetOriginAndSpacing | ( | vtkXMLDataElement * | ePrimary, |
double | origin[3], | ||
double *& | spacing | ||
) | [protected] |
virtual void vtkXMLHierarchicalBoxDataFileConverter::SetFilePath | ( | const char * | ) | [protected, virtual] |
char* vtkXMLHierarchicalBoxDataFileConverter::InputFileName [protected] |
Definition at line 68 of file vtkXMLHierarchicalBoxDataFileConverter.h.
char* vtkXMLHierarchicalBoxDataFileConverter::OutputFileName [protected] |
Definition at line 69 of file vtkXMLHierarchicalBoxDataFileConverter.h.
char* vtkXMLHierarchicalBoxDataFileConverter::FilePath [protected] |
Definition at line 70 of file vtkXMLHierarchicalBoxDataFileConverter.h.