13 #ifndef mitkXML2EventParser_h 14 #define mitkXML2EventParser_h 20 #include <vtkXMLParser.h> 73 void StartElement(
const char *elementName,
const char **atts)
override;
78 void EndElement(
const char *elementName)
override;
80 std::string ReadXMLStringAttribute(
const std::string &name,
const char **atts);
81 bool ReadXMLBooleanAttribute(
const std::string &name,
const char **atts);
86 EventContainerType m_InteractionList;
DataCollection - Class to facilitate loading/accessing structured data.
~XML2EventParser() override
std::vector< mitk::InteractionEvent::Pointer > EventContainerType
EventContainerType GetInteractions()