*** empty log message ***

This commit is contained in:
ganovelli 2004-09-08 14:33:31 +00:00
parent 6a8c2e29b0
commit 4f63f0e95c
1 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,8 @@
* * * *
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
History $Log: not supported by cvs2svn $
****************************************************************************/ ****************************************************************************/
#ifndef __VCG_DECIMATION_TRICOLLAPSE #ifndef __VCG_DECIMATION_TRICOLLAPSE
@ -54,7 +55,7 @@ public:
static int &LinkConditionVert(){static int lkv=0; return lkv;} static int &LinkConditionVert(){static int lkv=0; return lkv;}
static int &OutOfDate() {static int ofd=0; return ofd;} static int &OutOfDate() {static int ofd=0; return ofd;}
static int &Border() {static int bor=0; return bor;} static int &Border() {static int bor=0; return bor;}
static Init() static void Init()
{ {
Volume() =0; Volume() =0;
LinkConditionFace()=0; LinkConditionFace()=0;
@ -87,9 +88,8 @@ protected:
/// Default Constructor /// Default Constructor
TriEdgeCollapse() TriEdgeCollapse()
{} {}
///Constructor with postype ///Constructor with postype
TriEdgeCollapse(PosType p, int mark) TriEdgeCollapse(PosType p, int mark)
{ {
_Imark() = mark; _Imark() = mark;
pos=p; pos=p;