added function to access temporary mark for decimation
This commit is contained in:
parent
dff2dfb828
commit
8f3f11432f
|
@ -24,6 +24,11 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.5 2004/05/13 12:16:12 pietroni
|
||||||
first version... add vertex to mesh
|
first version... add vertex to mesh
|
||||||
|
|
||||||
|
@ -207,6 +212,12 @@ static bool HasTopology() { return HasTTTopology() || HasVTTopology(); }
|
||||||
v->IMark()=IMark;
|
v->IMark()=IMark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
///return the current mark
|
||||||
|
int GetMark()
|
||||||
|
{
|
||||||
|
return (IMark);
|
||||||
|
}
|
||||||
|
|
||||||
///Initialize the mark of all vertices
|
///Initialize the mark of all vertices
|
||||||
void InitIMark()
|
void InitIMark()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue