#include <vtkXMLHierarchicalBoxDataReader.h>
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.
Definition at line 36 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 vtkDataSet * | ReadDataset (vtkXMLDataElement *xmlElem, const char *filePath) |
virtual void | ReadVersion0 (vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex) |
Reimplemented from vtkXMLCompositeDataReader.
Definition at line 40 of file vtkXMLHierarchicalBoxDataReader.h.
vtkXMLHierarchicalBoxDataReader::vtkXMLHierarchicalBoxDataReader | ( | ) | [protected] |
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 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] |
Implements vtkXMLCompositeDataReader.
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] |