VTK
|
Reader for hierarchical datasets (for backwards compatibility). More...
#include <vtkXMLHierarchicalBoxDataReader.h>
Public Types | |
typedef vtkXMLUniformGridAMRReader | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkXMLHierarchicalBoxDataReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkXMLHierarchicalBoxDataReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMLHierarchicalBoxDataReader * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkXMLHierarchicalBoxDataReader () | |
~vtkXMLHierarchicalBoxDataReader () |
Reader for hierarchical datasets (for backwards compatibility).
vtkXMLHierarchicalBoxDataReader is an empty subclass of vtkXMLUniformGridAMRReader. This is only for backwards compatibility. Newer code should simply use vtkXMLUniformGridAMRReader.
Definition at line 40 of file vtkXMLHierarchicalBoxDataReader.h.
Reimplemented from vtkXMLUniformGridAMRReader.
Definition at line 45 of file vtkXMLHierarchicalBoxDataReader.h.
vtkXMLHierarchicalBoxDataReader::vtkXMLHierarchicalBoxDataReader | ( | ) | [protected] |
static vtkXMLHierarchicalBoxDataReader* vtkXMLHierarchicalBoxDataReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkXMLUniformGridAMRReader.
static int vtkXMLHierarchicalBoxDataReader::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 vtkXMLUniformGridAMRReader.
virtual int vtkXMLHierarchicalBoxDataReader::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 vtkXMLUniformGridAMRReader.
static vtkXMLHierarchicalBoxDataReader* vtkXMLHierarchicalBoxDataReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLUniformGridAMRReader.
virtual vtkObjectBase* vtkXMLHierarchicalBoxDataReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLUniformGridAMRReader.
Reimplemented from vtkXMLUniformGridAMRReader.
void vtkXMLHierarchicalBoxDataReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkXMLUniformGridAMRReader.