#include <vtkXMLHierarchicalDataReader.h>
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 35 of file vtkXMLHierarchicalDataReader.h.
Public Types | |
typedef vtkXMLMultiGroupDataReader | 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 vtkXMLHierarchicalDataReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMLHierarchicalDataReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLHierarchicalDataReader () | |
~vtkXMLHierarchicalDataReader () | |
virtual const char * | GetDataSetName () |
Reimplemented from vtkXMLMultiGroupDataReader.
Definition at line 39 of file vtkXMLHierarchicalDataReader.h.
vtkXMLHierarchicalDataReader::vtkXMLHierarchicalDataReader | ( | ) | [protected] |
vtkXMLHierarchicalDataReader::~vtkXMLHierarchicalDataReader | ( | ) | [protected] |
static vtkXMLHierarchicalDataReader* vtkXMLHierarchicalDataReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkXMLMultiGroupDataReader.
virtual const char* vtkXMLHierarchicalDataReader::GetClassName | ( | ) | [virtual] |
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.
static vtkXMLHierarchicalDataReader* vtkXMLHierarchicalDataReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
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 47 of file vtkXMLHierarchicalDataReader.h.