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 const char * GetClassName ()
virtual int IsA (const char *type)
virtual void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

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

Public Attributes

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

Protected Member Functions

 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

Definition at line 22 of file vtkLSDynaSummaryParser.h.


Member Typedef Documentation

Reimplemented from vtkXMLParser.

Definition at line 25 of file vtkLSDynaSummaryParser.h.


Constructor & Destructor Documentation

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

Definition at line 36 of file vtkLSDynaSummaryParser.h.


Member Function Documentation

virtual const char* vtkLSDynaSummaryParser::GetClassName ( ) [virtual]

Reimplemented from vtkXMLParser.

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 ( vtkObject o) [static]

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.


Member Data Documentation

Must be set before calling Parse();.

Definition at line 32 of file vtkLSDynaSummaryParser.h.

Definition at line 42 of file vtkLSDynaSummaryParser.h.

Definition at line 43 of file vtkLSDynaSummaryParser.h.

Definition at line 44 of file vtkLSDynaSummaryParser.h.

Definition at line 45 of file vtkLSDynaSummaryParser.h.

Definition at line 46 of file vtkLSDynaSummaryParser.h.

Definition at line 47 of file vtkLSDynaSummaryParser.h.

Definition at line 48 of file vtkLSDynaSummaryParser.h.


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