*** empty log message ***
This commit is contained in:
parent
6a8c2e29b0
commit
4f63f0e95c
|
|
@ -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,7 +88,6 @@ protected:
|
||||||
/// Default Constructor
|
/// Default Constructor
|
||||||
TriEdgeCollapse()
|
TriEdgeCollapse()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
///Constructor with postype
|
///Constructor with postype
|
||||||
TriEdgeCollapse(PosType p, int mark)
|
TriEdgeCollapse(PosType p, int mark)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue