VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkXMLHierarchicalBoxDataReader Class Reference

Reader for hierarchical datasets (for backwards compatibility). More...

#include <vtkXMLHierarchicalBoxDataReader.h>

Inheritance diagram for vtkXMLHierarchicalBoxDataReader:
Inheritance graph
[legend]
Collaboration diagram for vtkXMLHierarchicalBoxDataReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkXMLUniformGridAMRReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLHierarchicalBoxDataReaderNewInstance () 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 vtkObjectBaseNewInstanceInternal () const
 vtkXMLHierarchicalBoxDataReader ()
 ~vtkXMLHierarchicalBoxDataReader ()

Detailed Description

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.

Warning:
The reader supports reading v1.1 and above. For older versions, use vtkXMLHierarchicalBoxDataFileConverter.
Examples:
vtkXMLHierarchicalBoxDataReader (Examples)
Tests:
vtkXMLHierarchicalBoxDataReader (Tests)

Definition at line 40 of file vtkXMLHierarchicalBoxDataReader.h.


Member Typedef Documentation

Reimplemented from vtkXMLUniformGridAMRReader.

Definition at line 45 of file vtkXMLHierarchicalBoxDataReader.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkXMLUniformGridAMRReader.

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.


The documentation for this class was generated from the following file: