vtkXMLHierarchicalBoxDataReader Class Reference

#include <vtkXMLHierarchicalBoxDataReader.h>

Inheritance diagram for vtkXMLHierarchicalBoxDataReader:

Inheritance graph
[legend]
Collaboration diagram for vtkXMLHierarchicalBoxDataReader:

Collaboration graph
[legend]

List of all members.


Detailed Description

Reader for hierarchical datasets.

vtkXMLHierarchicalBoxDataReader 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.

Examples:
vtkXMLHierarchicalBoxDataReader (Examples)
Tests:
vtkXMLHierarchicalBoxDataReader (Tests)

Definition at line 39 of file vtkXMLHierarchicalBoxDataReader.h.


Public Types

typedef vtkXMLCompositeDataReader Superclass

Public Member Functions

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

Static Public Member Functions

static
vtkXMLHierarchicalBoxDataReader
New ()
static int IsTypeOf (const char *type)
static
vtkXMLHierarchicalBoxDataReader
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkXMLHierarchicalBoxDataReader ()
 ~vtkXMLHierarchicalBoxDataReader ()
virtual const char * GetDataSetName ()
virtual int FillOutputPortInformation (int, vtkInformation *info)
virtual void ReadComposite (vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex)
virtual vtkDataSetReadDataset (vtkXMLDataElement *xmlElem, const char *filePath)
virtual void ReadVersion0 (vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex)

Member Typedef Documentation

Reimplemented from vtkXMLCompositeDataReader.

Definition at line 43 of file vtkXMLHierarchicalBoxDataReader.h.


Constructor & Destructor Documentation

vtkXMLHierarchicalBoxDataReader::vtkXMLHierarchicalBoxDataReader (  )  [protected]

vtkXMLHierarchicalBoxDataReader::~vtkXMLHierarchicalBoxDataReader (  )  [protected]


Member Function Documentation

static vtkXMLHierarchicalBoxDataReader* vtkXMLHierarchicalBoxDataReader::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

virtual const char* vtkXMLHierarchicalBoxDataReader::GetClassName (  )  [virtual]

Reimplemented from vtkXMLCompositeDataReader.

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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkXMLCompositeDataReader.

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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkXMLCompositeDataReader.

static vtkXMLHierarchicalBoxDataReader* vtkXMLHierarchicalBoxDataReader::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkXMLCompositeDataReader.

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 vtkXMLCompositeDataReader.

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

Reimplemented from vtkXMLCompositeDataReader.

virtual int vtkXMLHierarchicalBoxDataReader::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkXMLCompositeDataReader.

virtual void vtkXMLHierarchicalBoxDataReader::ReadComposite ( vtkXMLDataElement element,
vtkCompositeDataSet composite,
const char *  filePath,
unsigned int &  dataSetIndex 
) [protected, virtual]

virtual vtkDataSet* vtkXMLHierarchicalBoxDataReader::ReadDataset ( vtkXMLDataElement xmlElem,
const char *  filePath 
) [protected, virtual]

Reimplemented from vtkXMLCompositeDataReader.

virtual void vtkXMLHierarchicalBoxDataReader::ReadVersion0 ( vtkXMLDataElement element,
vtkCompositeDataSet composite,
const char *  filePath,
unsigned int &  dataSetIndex 
) [protected, virtual]


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

Generated on Sat Dec 27 14:00:30 2008 for VTK by  doxygen 1.5.6