From 8ca165bb989fc08f5f9cdb27714eb804a082b0fd Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 15 Jul 2005 15:45:51 +0000 Subject: [PATCH] template parametere Scalar removed --- vcg/simplex/edge/base.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vcg/simplex/edge/base.h b/vcg/simplex/edge/base.h index 0b4a36c8..06fba92b 100644 --- a/vcg/simplex/edge/base.h +++ b/vcg/simplex/edge/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2005/04/14 11:35:09 ponchio +*** empty log message *** + Revision 1.5 2004/10/25 16:25:12 ponchio inline Set(...) -> inline void Set(...) @@ -55,11 +58,13 @@ namespace vcg { This is the base class for definition of a face of the mesh. @param SVTYPE (Templete Parameter) Specifies the vertex class type. */ -template > class EDGE_TYPE +template > class EDGE_TYPE { public: /// The base type of the segment typedef EDGE_TYPE BaseEdgeType; + /// The scalar type derived from the vertex + typedef typename SVTYPE::ScalarType ScalarType; /// The vertex type typedef SVTYPE VertexType; /// The type of the the vertex coordinate