VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkXMLMultiGroupDataReader Class Reference

Reader for multi-block datasets. More...

#include <vtkXMLMultiGroupDataReader.h>

Inheritance diagram for vtkXMLMultiGroupDataReader:
Inheritance graph
[legend]
Collaboration diagram for vtkXMLMultiGroupDataReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkXMLMultiBlockDataReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLMultiGroupDataReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkXMLMultiGroupDataReaderNew ()
static int IsTypeOf (const char *type)
static vtkXMLMultiGroupDataReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLMultiGroupDataReader ()
 ~vtkXMLMultiGroupDataReader ()
virtual const char * GetDataSetName ()

Detailed Description

Reader for multi-block datasets.

vtkXMLMultiGroupDataReader is a legacy reader that reads multi group files into multiblock datasets.

Definition at line 28 of file vtkXMLMultiGroupDataReader.h.


Member Typedef Documentation

Reimplemented from vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

Definition at line 32 of file vtkXMLMultiGroupDataReader.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

static int vtkXMLMultiGroupDataReader::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 vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

virtual int vtkXMLMultiGroupDataReader::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 vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

Reimplemented from vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

virtual vtkObjectBase* vtkXMLMultiGroupDataReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

Reimplemented from vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

void vtkXMLMultiGroupDataReader::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 vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

virtual const char* vtkXMLMultiGroupDataReader::GetDataSetName ( ) [inline, protected, virtual]

Reimplemented from vtkXMLMultiBlockDataReader.

Reimplemented in vtkXMLHierarchicalDataReader.

Definition at line 40 of file vtkXMLMultiGroupDataReader.h.


The documentation for this class was generated from the following file: