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

ENH: Adding VertexListIteratorType

parent facab2fd
Branches
Tags
No related merge requests found
......@@ -55,7 +55,8 @@ class ITK_EXPORT PolyLineParametricPathWithValue
typedef typename Superclass::VertexType VertexType;
typedef typename Superclass::VertexListType VertexListType;
typedef typename Superclass::ContinuousIndexType ContinuousIndexType;
typedef typename VertexListType::ConstIterator VertexListIteratorType;
itkGetMacro(Key,std::string);
void SetValue(ValueType value)
......
......@@ -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 VertexListType::ConstIterator VertexListIteratorType;
typedef typename Superclass::ConstIterator 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.
Please register or to comment