added function to access temporary mark for decimation
This commit is contained in:
parent
dff2dfb828
commit
8f3f11432f
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue