|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPolygonGroupSpatialObjectXMLFile_h
19 #define itkPolygonGroupSpatialObjectXMLFile_h
67 StartElement(
const char * name,
const char ** atts)
override;
void CharacterDataHandler(const char *inData, int inLength) override
std::vector< PolygonPointType > PolygonPointListType
PolygonGroupSpatialObjectXMLFileWriter()=default
GroupSpatialObject< 3 > GroupSpatialObjectType
~PolygonGroupSpatialObjectXMLFileWriter() override=default
void EndElement(const char *name) override
int CanReadFile(const char *name) override
PolygonPointListType m_CurPointList
Light weight base class for most itk classes.
~PolygonGroupSpatialObjectXMLFileReader() override=default
PolygonSpatialObjectType::Pointer m_CurPoly
GroupSpatialObjectType::Pointer m_Group
int CanWriteFile(const char *name) override
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
template base class for an XMLReader It's purpose really is just to define the simple interface for e...
std::string m_CurCharacterData
PolygonGroupSpatialObjectXMLFileReader()=default
void StartElement(const char *name, const char **atts) override
Point used for spatial objets.