VTK
|
Reader for hierarchical datasets. More...
#include <vtkXMLHierarchicalDataReader.h>
Public Types | |
typedef vtkXMLMultiGroupDataReader | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkXMLHierarchicalDataReader * | NewInstance () 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 vtkObjectBase * | NewInstanceInternal () const |
vtkXMLHierarchicalDataReader () | |
~vtkXMLHierarchicalDataReader () | |
virtual const char * | GetDataSetName () |
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.
Reimplemented from vtkXMLMultiGroupDataReader.
Definition at line 40 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.
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 | ( | vtkObjectBase * | o | ) | [static] |
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.