Subversion Repositories gelsvn

Rev

Rev 62 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62 Rev 129
Line 3... Line 3...
3
 
3
 
4
#include "templates.h"
4
#include "templates.h"
5
 
5
 
6
namespace HMesh
6
namespace HMesh
7
{
7
{
8
	typedef Face_template<Iters> Face;
-
 
9
	typedef Iters::FaceList FaceList;
-
 
10
	typedef Iters::FaceIter FaceIter;
-
 
11
	typedef Iters::HalfEdgeIter HalfEdgeIter;
-
 
12
 
8
 
13
	/** Null Element for face lists. This is used as the value of an iterator
-
 
14
			that points to nothing. */
-
 
15
	extern FaceIter NULL_FACE_ITER;
-
 
16
 
9
 
17
	/// Compute the number of edges of a face
10
	/// Compute the number of edges of a face
18
	int no_edges(FaceIter v);
11
	int no_edges(FaceIter v);
19
 
12
 
20
	/** Compute the normal of a face. If the face is not a triangle,
13
	/** Compute the normal of a face. If the face is not a triangle,