Go to the documentation of this file.
23 #ifndef vtkLSDynaSummaryParser_h
24 #define vtkLSDynaSummaryParser_h
26 #include "vtkIOLSDynaModule.h"
64 #endif //vtkLSDynaReader_h
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Parse XML to handle element tags and attributes.
static vtkLSDynaSummaryParser * New()
LSDynaMetaData * MetaData
Must be set before calling Parse();.
a simple class to control print indentation
void StartElement(const char *name, const char **atts) override
~vtkLSDynaSummaryParser() override
void EndElement(const char *name) override
Wrapper around std::string to keep symbols short.
This is a helper class used by vtkLSDynaReader to read XML files.
void CharacterDataHandler(const char *data, int length) override