From 8f3f11432f0132b8bf25c89718490f0c85945c29 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Fri, 25 Jun 2004 11:27:21 +0000 Subject: [PATCH] added function to access temporary mark for decimation --- vcg/complex/tetramesh/base.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/vcg/complex/tetramesh/base.h b/vcg/complex/tetramesh/base.h index 86701d1a..099a76e6 100644 --- a/vcg/complex/tetramesh/base.h +++ b/vcg/complex/tetramesh/base.h @@ -24,6 +24,11 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2004/06/01 17:17:29 ganovelli +pragma once removed , +load ts removed to be put in io_tetramesh +CLear() added + Revision 1.5 2004/05/13 12:16:12 pietroni first version... add vertex to mesh @@ -207,6 +212,12 @@ static bool HasTopology() { return HasTTTopology() || HasVTTopology(); } v->IMark()=IMark; } + ///return the current mark + int GetMark() + { + return (IMark); + } + ///Initialize the mark of all vertices void InitIMark() {