Subversion Repositories gelsvn

Rev

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

Rev 39 Rev 89
Line 6... Line 6...
6
#include "Face.h"
6
#include "Face.h"
7
 
7
 
8
 
8
 
9
namespace HMesh
9
namespace HMesh
10
{
10
{
11
	/** Circulator for moving around a vertex.  */
11
	/** \brief Circulator for moving around a vertex.
-
 
12
 
-
 
13
	This circulator makes it easy to visit all faces edges and vertices 
-
 
14
	adjacent to a given vertex.
-
 
15
	*/
12
 
16
 
13
	class VertexCirculator
17
	class VertexCirculator
14
	{
18
	{
15
		HalfEdgeIter last;
19
		HalfEdgeIter last;
16
		HalfEdgeIter he;
20
		HalfEdgeIter he;