Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
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;
132 #endif // _VTK_POINT_SET_XML_READER__H_
DataType::PointIdentifier PointIdentifier
PointSetType::DataType::PointIdentifier PointIdentifier
Implementation of the vtkXMLParser interface for reading mitk::PointSets.
std::list< PointSetType::Pointer > PointSetList
PointSetType::Pointer m_CurrentPointSet
PointSetList m_PointSetList
Find image slices visible on a given plane.
mitk::PointSet PointSetType
PointIdentifier m_CurrentPointId
std::locale m_PreviousLocale
std::stack< std::string > ParseStack
#define MITKLEGACYIO_EXPORT
Data structure which stores a set of points.
PointSetType::PointType PointType