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

Reader for hierarchical datasets. More...

#include <vtkXMLHierarchicalDataReader.h>

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

List of all members.

Public Types

typedef vtkXMLMultiGroupDataReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLHierarchicalDataReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static
vtkXMLHierarchicalDataReader
New ()
static int IsTypeOf (const char *type)
static
vtkXMLHierarchicalDataReader
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLHierarchicalDataReader ()
 ~vtkXMLHierarchicalDataReader ()
virtual const char * GetDataSetName ()

Detailed Description

Reader for hierarchical datasets.

vtkXMLHierarchicalDataReader reads the VTK XML hierarchical data file format. XML hierarchical data files are meta-files that point to a list of serial VTK XML files. When reading in parallel, it will distribute sub-blocks among processor. If the number of sub-blocks is less than the number of processors, some processors will not have any sub-blocks for that level. If the number of sub-blocks is larger than the number of processors, each processor will possibly have more than 1 sub-block.

Definition at line 36 of file vtkXMLHierarchicalDataReader.h.


Member Typedef Documentation

Reimplemented from vtkXMLMultiGroupDataReader.

Definition at line 40 of file vtkXMLHierarchicalDataReader.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 vtkXMLMultiGroupDataReader.

static int vtkXMLHierarchicalDataReader::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 vtkXMLMultiGroupDataReader.

virtual int vtkXMLHierarchicalDataReader::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 vtkXMLMultiGroupDataReader.

Reimplemented from vtkXMLMultiGroupDataReader.

virtual vtkObjectBase* vtkXMLHierarchicalDataReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkXMLMultiGroupDataReader.

Reimplemented from vtkXMLMultiGroupDataReader.

void vtkXMLHierarchicalDataReader::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 vtkXMLMultiGroupDataReader.

virtual const char* vtkXMLHierarchicalDataReader::GetDataSetName ( ) [inline, protected, virtual]

Reimplemented from vtkXMLMultiGroupDataReader.

Definition at line 48 of file vtkXMLHierarchicalDataReader.h.


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