From 00613d349b4f39023b15e2c6653443d822f7c8cc Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Wed, 29 Jul 2009 12:42:19 +0000 Subject: [PATCH] Fixed some references. git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@189 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/tutorial_07.docu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/tutorial_07.docu b/Doc/tutorial_07.docu index 11b67e56..95b2d70f 100644 --- a/Doc/tutorial_07.docu +++ b/Doc/tutorial_07.docu @@ -29,11 +29,11 @@ the get/set-method pair to access the new member. As before we compute in a first loop the barycenters for all vertices and store the information at the vertices -\skipline v_it->set_cog +\skipline mesh.data(v_it).set_cog In the second pass we set the new position of each vertex -\skipline set_point +\skipline mesh.data(v_it).cog It looks neat, but on the other hand we can't remove the data anymore as we could do with properties! By using traits one creates a 'static'