Subversion Repositories gelsvn

Rev

Rev 363 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 363 Rev 444
Line 4... Line 4...
4
#include "Manifold.h"
4
#include "Manifold.h"
5
#include "VertexCirculator.h"
5
#include "VertexCirculator.h"
6
 
6
 
7
namespace HMesh
7
namespace HMesh
8
{
8
{
9
 
-
 
10
		using namespace std;
9
	using namespace std;
11
		using namespace CGLA;
10
	using namespace CGLA;
12
 
11
	
-
 
12
	VertexIter get_null_vertex_iter()
-
 
13
	{
-
 
14
		static VertexList l;
-
 
15
		return l.end();
-
 
16
	}
-
 
17
	
-
 
18
	
13
		template<class R>
19
	template<class R>
14
		Vertex_template<R>::Vertex_template(const CGLA::Vec3f& _pos): 
20
	Vertex_template<R>::Vertex_template(const CGLA::Vec3f& _pos): 
15
				he(NULL_HALFEDGE_ITER),
21
	he(NULL_HALFEDGE_ITER),
16
				pos(_pos),
22
	pos(_pos),
17
				touched(0)
23
	touched(0)