#include <vtkXMLMultiBlockDataReader.h>
vtkXMLMultiBlockDataReader reads the VTK XML multi-block data file format. XML multi-block 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 block. 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 vtkXMLMultiBlockDataReader.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 vtkXMLMultiBlockDataReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMLMultiBlockDataReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLMultiBlockDataReader () | |
~vtkXMLMultiBlockDataReader () | |
virtual void | ReadComposite (vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex) |
virtual void | ReadVersion0 (vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex) |
virtual const char * | GetDataSetName () |
virtual int | FillOutputPortInformation (int, vtkInformation *info) |
Reimplemented from vtkXMLCompositeDataReader.
Reimplemented in vtkXMLHierarchicalDataReader, and vtkXMLMultiGroupDataReader.
Definition at line 39 of file vtkXMLMultiBlockDataReader.h.
vtkXMLMultiBlockDataReader::vtkXMLMultiBlockDataReader | ( | ) | [protected] |
vtkXMLMultiBlockDataReader::~vtkXMLMultiBlockDataReader | ( | ) | [protected] |
static vtkXMLMultiBlockDataReader* vtkXMLMultiBlockDataReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkXMLHierarchicalDataReader, and vtkXMLMultiGroupDataReader.
virtual const char* vtkXMLMultiBlockDataReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLCompositeDataReader.
Reimplemented in vtkXMLHierarchicalDataReader, and vtkXMLMultiGroupDataReader.
static int vtkXMLMultiBlockDataReader::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 vtkXMLCompositeDataReader.
Reimplemented in vtkXMLHierarchicalDataReader, and vtkXMLMultiGroupDataReader.
virtual int vtkXMLMultiBlockDataReader::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 vtkXMLCompositeDataReader.
Reimplemented in vtkXMLHierarchicalDataReader, and vtkXMLMultiGroupDataReader.
static vtkXMLMultiBlockDataReader* vtkXMLMultiBlockDataReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLCompositeDataReader.
Reimplemented in vtkXMLHierarchicalDataReader, and vtkXMLMultiGroupDataReader.
void vtkXMLMultiBlockDataReader::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.
Reimplemented in vtkXMLHierarchicalDataReader, and vtkXMLMultiGroupDataReader.
virtual void vtkXMLMultiBlockDataReader::ReadComposite | ( | vtkXMLDataElement * | element, | |
vtkCompositeDataSet * | composite, | |||
const char * | filePath, | |||
unsigned int & | dataSetIndex | |||
) | [protected, virtual] |
Implements vtkXMLCompositeDataReader.
virtual void vtkXMLMultiBlockDataReader::ReadVersion0 | ( | vtkXMLDataElement * | element, | |
vtkCompositeDataSet * | composite, | |||
const char * | filePath, | |||
unsigned int & | dataSetIndex | |||
) | [protected, virtual] |
virtual const char* vtkXMLMultiBlockDataReader::GetDataSetName | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLCompositeDataReader.
Reimplemented in vtkXMLHierarchicalDataReader, and vtkXMLMultiGroupDataReader.
virtual int vtkXMLMultiBlockDataReader::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.