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 4... Line 4...
4
#include "templates.h"
4
#include "templates.h"
5
 
5
 
6
 
6
 
7
namespace HMesh
7
namespace HMesh
8
{
8
{
9
	typedef Vertex_template<Iters> Vertex;
-
 
10
	typedef Iters::VertexList VertexList;
-
 
11
	typedef Iters::VertexIter VertexIter;
-
 
12
 
-
 
13
	/** Null Element for vertex lists. This is used as the value of an iterator
-
 
14
			that points to nothing. */
-
 
15
	extern VertexIter NULL_VERTEX_ITER;
-
 
16
 
9
 
17
	/// Compute valency, i.e. number of incident edges.
10
	/// Compute valency, i.e. number of incident edges.
18
	int valency(VertexIter v);
11
	int valency(VertexIter v);
19
 
12
 
20
	/** Compute the vertex normal. This function computes the angle
13
	/** Compute the vertex normal. This function computes the angle