From cb57b9551b51b735349b856900ee978736a8f4c5 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@c-s.fr> Date: Tue, 23 Oct 2007 11:56:14 +0000 Subject: [PATCH] ajout de typedef --- Code/Common/otbPolyLineParametricPathWithValue.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Code/Common/otbPolyLineParametricPathWithValue.h b/Code/Common/otbPolyLineParametricPathWithValue.h index f4cd3a35df..bb30494250 100644 --- a/Code/Common/otbPolyLineParametricPathWithValue.h +++ b/Code/Common/otbPolyLineParametricPathWithValue.h @@ -51,6 +51,11 @@ class ITK_EXPORT PolyLineParametricPathWithValue /** Template parameters typedefs */ typedef TValue ValueType; + /** Derived typedefs */ + typedef typename Superclass::VertexType VertexType; + typedef typename Superclass::VertexListType VertexListType; + + itkGetMacro(Key,std::string); void SetValue(ValueType value) -- GitLab