OM 3 change
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@935 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -213,7 +213,7 @@ public:
|
|||||||
for (typename Connectivity::VertexIter v_it = Connectivity::vertices_begin();
|
for (typename Connectivity::VertexIter v_it = Connectivity::vertices_begin();
|
||||||
v_it != Connectivity::vertices_end(); ++v_it)
|
v_it != Connectivity::vertices_end(); ++v_it)
|
||||||
{//assumes Point constructor supports cast from _AttribKernel::Point
|
{//assumes Point constructor supports cast from _AttribKernel::Point
|
||||||
set_point(v_it, (Point)_other.point(v_it));
|
set_point(*v_it, (Point)_other.point(*v_it));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ class ModRoundnessT : public ModBaseT<MeshT>
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
// typedefs
|
// typedefs
|
||||||
typedef typename Mesh::Point Point;
|
typedef typename MeshT::Point Point;
|
||||||
typedef typename vector_traits<Point>::value_type value_type;
|
typedef typename vector_traits<Point>::value_type value_type;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user