added function to access temporary mark for decimation

This commit is contained in:
Nico Pietroni 2004-06-25 11:27:21 +00:00
parent dff2dfb828
commit 8f3f11432f
1 changed files with 11 additions and 0 deletions

View File

@ -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()
{