added access functions to vn and fn
This commit is contained in:
parent
ad95a30be6
commit
bc3714ccf9
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.6 2004/05/04 02:29:54 ganovelli
|
||||||
|
removed Const from ConstFacePointer and ConstVertexPointer in the arguement function Mark, which are meant to be changed
|
||||||
|
|
||||||
Revision 1.5 2004/03/18 16:00:10 cignoni
|
Revision 1.5 2004/03/18 16:00:10 cignoni
|
||||||
minor changes
|
minor changes
|
||||||
|
|
||||||
|
@ -166,6 +169,8 @@ static bool HasFFTopology() { return FaceType::HasFFAdjacency(); }
|
||||||
static bool HasVFTopology() { return FaceType::HasVFAdjacency(); }
|
static bool HasVFTopology() { return FaceType::HasVFAdjacency(); }
|
||||||
static bool HasTopology() { return HasFFTopology() || HasVFTopology(); }
|
static bool HasTopology() { return HasFFTopology() || HasVFTopology(); }
|
||||||
|
|
||||||
|
int & SimplexNumber(){ return fn;}
|
||||||
|
int & VertexNumber(){ return vn;}
|
||||||
|
|
||||||
/// Initialize the imark-system of the faces
|
/// Initialize the imark-system of the faces
|
||||||
void InitFaceIMark()
|
void InitFaceIMark()
|
||||||
|
|
Loading…
Reference in New Issue