#include <vtkXMLMultiGroupDataReader.h>
vtkXMLMultiGroupDataReader is a legacy reader that reads multi group files into multiblock datasets.
Definition at line 27 of file vtkXMLMultiGroupDataReader.h.
Public Types | |
typedef vtkXMLMultiBlockDataReader | 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) |
Protected Member Functions | |
vtkXMLMultiGroupDataReader () | |
~vtkXMLMultiGroupDataReader () | |
virtual const char * | GetDataSetName () |
Reimplemented from vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
Definition at line 31 of file vtkXMLMultiGroupDataReader.h.
vtkXMLMultiGroupDataReader::vtkXMLMultiGroupDataReader | ( | ) | [protected] |
vtkXMLMultiGroupDataReader::~vtkXMLMultiGroupDataReader | ( | ) | [protected] |
static vtkXMLMultiGroupDataReader* vtkXMLMultiGroupDataReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkXMLMultiBlockDataReader.
Reimplemented in vtkXMLHierarchicalDataReader.
virtual const char* vtkXMLMultiGroupDataReader::GetClassName | ( | ) | [virtual] |
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.
static vtkXMLMultiGroupDataReader* vtkXMLMultiGroupDataReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
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 39 of file vtkXMLMultiGroupDataReader.h.