VTK
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes
vtkLSDynaSummaryParser Class Reference

#include <vtkLSDynaSummaryParser.h>

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

List of all members.

Public Types

typedef vtkXMLParser Superclass

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkLSDynaSummaryParserSafeDownCast (vtkObjectBase *o)
static vtkLSDynaSummaryParserNew ()

Public Attributes

LSDynaMetaData * MetaData
 Must be set before calling Parse();.

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () 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

Detailed Description

This is a helper class used by vtkLSDynaReader to read XML files.

See also:
vtkLSDynaReader

Definition at line 30 of file vtkLSDynaSummaryParser.h.


Member Typedef Documentation

Reimplemented from vtkXMLParser.

Definition at line 33 of file vtkLSDynaSummaryParser.h.


Constructor & Destructor Documentation

virtual vtkLSDynaSummaryParser::~vtkLSDynaSummaryParser ( ) [inline, protected, virtual]

Definition at line 44 of file vtkLSDynaSummaryParser.h.


Member Function Documentation

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.

Reimplemented from vtkXMLParser.

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

Reimplemented from vtkXMLParser.

Reimplemented from vtkXMLParser.

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.


Member Data Documentation

Must be set before calling Parse();.

Definition at line 40 of file vtkLSDynaSummaryParser.h.

Definition at line 50 of file vtkLSDynaSummaryParser.h.

Definition at line 51 of file vtkLSDynaSummaryParser.h.

Definition at line 52 of file vtkLSDynaSummaryParser.h.

Definition at line 53 of file vtkLSDynaSummaryParser.h.

Definition at line 54 of file vtkLSDynaSummaryParser.h.

Definition at line 55 of file vtkLSDynaSummaryParser.h.

Definition at line 56 of file vtkLSDynaSummaryParser.h.


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