13 #ifndef _VTK_POINT_SET_XML_READER__H_ 14 #define _VTK_POINT_SET_XML_READER__H_ 21 #include <vtkXMLParser.h> 52 int InitializeParser()
override;
53 int CleanupParser()
override;
58 void StartElement(
const char *name,
const char **atts)
override;
64 void EndElement(
const char *name)
override;
72 void CharacterDataHandler(
const char *inData,
int inLength)
override;
82 virtual PointIdentifier ParsePointIdentifier(
const std::string &data);
88 virtual PointSetList GetParsedPointSets();
132 #endif // _VTK_POINT_SET_XML_READER__H_
std::locale m_PreviousLocale
#define MITKLEGACYIO_EXPORT
PointIdentifier m_CurrentPointId
PointSetType::PointType PointType
DataCollection - Class to facilitate loading/accessing structured data.
DataType::PointIdentifier PointIdentifier
std::stack< std::string > ParseStack
Data structure which stores a set of points. Superclass of mitk::Mesh.
Implementation of the vtkXMLParser interface for reading mitk::PointSets.
PointSetType::DataType::PointIdentifier PointIdentifier
mitk::PointSet PointSetType
PointSetList m_PointSetList
std::list< PointSetType::Pointer > PointSetList
PointSetType::Pointer m_CurrentPointSet