Skip to content
Snippets Groups Projects
Commit b2938f25 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: Adding VertexListIteratorType

parent ef5ee81b
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class ITK_EXPORT Polygon
typedef typename Superclass::VertexType VertexType;
typedef typename Superclass::VertexListType VertexListType;
typedef typename Superclass::ContinuousIndexType ContinuousIndexType;
typedef typename Superclass::ConstIterator VertexListIteratorType;
typedef typename Superclass::VertexListIteratorType VertexListIteratorType;
typedef itk::ImageRegion<2> RegionType;
typedef typename RegionType::SizeType SizeType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment