|
VTK
|
Reader for multi-block datasets. More...
#include <vtkXMLMultiGroupDataReader.h>
Public Types | |
| typedef vtkXMLMultiBlockDataReader | Superclass |
Public Types inherited from vtkXMLMultiBlockDataReader | |
| typedef vtkXMLCompositeDataReader | Superclass |
Public Types inherited from vtkXMLCompositeDataReader | |
| typedef vtkXMLReader | Superclass |
Public Types inherited from vtkXMLReader | |
| typedef vtkAlgorithm | Superclass |
Public Types inherited from vtkAlgorithm | |
| typedef vtkObject | Superclass |
Public Types inherited from vtkObject | |
| typedef vtkObjectBase | 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 vtkXMLMultiGroupDataReader * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkXMLMultiGroupDataReader * | SafeDownCast (vtkObject *o) |
Additional Inherited Members | |
Public Attributes inherited from vtkAlgorithm | |
| int | AbortExecute |
Static Protected Member Functions inherited from vtkXMLReader | |
| static void | SelectionModifiedCallback (vtkObject *caller, unsigned long eid, void *clientdata, void *calldata) |
| static int | IsTimeStepInArray (int timestep, int *timesteps, int length) |
Protected Attributes inherited from vtkXMLReader | |
| vtkXMLDataParser * | XMLParser |
| vtkXMLDataElement * | FieldDataElement |
| char * | FileName |
| istream * | Stream |
| vtkDataArraySelection * | PointDataArraySelection |
| vtkDataArraySelection * | CellDataArraySelection |
| vtkCallbackCommand * | SelectionObserver |
| int | InformationError |
| int | DataError |
| float | ProgressRange [2] |
| vtkTimeStamp | ReadMTime |
| int | ReadError |
| int | AxesEmpty [3] |
| int | TimeStep |
| int | CurrentTimeStep |
| int | NumberOfTimeSteps |
| int * | TimeSteps |
| int | TimeStepRange [2] |
Static Protected Attributes inherited from vtkAlgorithm | |
| static vtkExecutive * | DefaultExecutivePrototype |
Friends inherited from vtkObject | |
Reader for multi-block datasets.
vtkXMLMultiGroupDataReader is a legacy reader that reads multi group files into multiblock datasets.
Definition at line 27 of file vtkXMLMultiGroupDataReader.h.
Definition at line 31 of file vtkXMLMultiGroupDataReader.h.
|
protected |
|
protected |
|
static |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
|
virtual |
Reimplemented from vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
|
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 vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
|
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 vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
|
static |
Reimplemented from vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
|
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 vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
|
inlineprotectedvirtual |
Reimplemented from vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
Definition at line 39 of file vtkXMLMultiGroupDataReader.h.
1.8.1.2