vtkXMLMultiBlockDataReader
Section: Visualization Toolkit IO Classes
Usage
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.
To create an instance of class vtkXMLMultiBlockDataReader, simply
invoke its constructor as follows
obj = vtkXMLMultiBlockDataReader
Methods
The class vtkXMLMultiBlockDataReader has several methods that can be used.
They are listed below.
Note that the documentation is translated automatically from the VTK sources,
and may not be completely intelligible. When in doubt, consult the VTK website.
In the methods listed below, obj
is an instance of the vtkXMLMultiBlockDataReader class.
-
string = obj.GetClassName ()
-
int = obj.IsA (string name)
-
vtkXMLMultiBlockDataReader = obj.NewInstance ()
-
vtkXMLMultiBlockDataReader = obj.SafeDownCast (vtkObject o)