VTK
|
#include <vtkLSDynaSummaryParser.h>
Public Types | |
typedef vtkXMLParser | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkLSDynaSummaryParser * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkLSDynaSummaryParser * | SafeDownCast (vtkObjectBase *o) |
static vtkLSDynaSummaryParser * | New () |
Public Attributes | |
LSDynaMetaData * | MetaData |
Must be set before calling Parse();. | |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkLSDynaSummaryParser () | |
virtual | ~vtkLSDynaSummaryParser () |
virtual void | StartElement (const char *name, const char **atts) |
virtual void | EndElement (const char *name) |
virtual void | CharacterDataHandler (const char *data, int length) |
Protected Attributes | |
vtkStdString | PartName |
int | PartId |
int | PartStatus |
int | PartMaterial |
int | InPart |
int | InDyna |
int | InName |
This is a helper class used by vtkLSDynaReader to read XML files.
Definition at line 30 of file vtkLSDynaSummaryParser.h.
Reimplemented from vtkXMLParser.
Definition at line 33 of file vtkLSDynaSummaryParser.h.
vtkLSDynaSummaryParser::vtkLSDynaSummaryParser | ( | ) | [protected] |
virtual vtkLSDynaSummaryParser::~vtkLSDynaSummaryParser | ( | ) | [inline, protected, virtual] |
Definition at line 44 of file vtkLSDynaSummaryParser.h.
static int vtkLSDynaSummaryParser::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 vtkXMLParser.
virtual int vtkLSDynaSummaryParser::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 vtkXMLParser.
static vtkLSDynaSummaryParser* vtkLSDynaSummaryParser::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLParser.
virtual vtkObjectBase* vtkLSDynaSummaryParser::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLParser.
Reimplemented from vtkXMLParser.
static vtkLSDynaSummaryParser* vtkLSDynaSummaryParser::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkXMLParser.
virtual void vtkLSDynaSummaryParser::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 vtkXMLParser.
virtual void vtkLSDynaSummaryParser::StartElement | ( | const char * | name, |
const char ** | atts | ||
) | [protected, virtual] |
Reimplemented from vtkXMLParser.
virtual void vtkLSDynaSummaryParser::EndElement | ( | const char * | name | ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
virtual void vtkLSDynaSummaryParser::CharacterDataHandler | ( | const char * | data, |
int | length | ||
) | [protected, virtual] |
Reimplemented from vtkXMLParser.
LSDynaMetaData* vtkLSDynaSummaryParser::MetaData |
Must be set before calling Parse();.
Definition at line 40 of file vtkLSDynaSummaryParser.h.
vtkStdString vtkLSDynaSummaryParser::PartName [protected] |
Definition at line 50 of file vtkLSDynaSummaryParser.h.
int vtkLSDynaSummaryParser::PartId [protected] |
Definition at line 51 of file vtkLSDynaSummaryParser.h.
int vtkLSDynaSummaryParser::PartStatus [protected] |
Definition at line 52 of file vtkLSDynaSummaryParser.h.
int vtkLSDynaSummaryParser::PartMaterial [protected] |
Definition at line 53 of file vtkLSDynaSummaryParser.h.
int vtkLSDynaSummaryParser::InPart [protected] |
Definition at line 54 of file vtkLSDynaSummaryParser.h.
int vtkLSDynaSummaryParser::InDyna [protected] |
Definition at line 55 of file vtkLSDynaSummaryParser.h.
int vtkLSDynaSummaryParser::InName [protected] |
Definition at line 56 of file vtkLSDynaSummaryParser.h.