Subversion Repositories gelsvn

Rev

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

Rev 119 Rev 120
Line 14... Line 14...
14
	Face_template<R>::Face_template(): 
14
	Face_template<R>::Face_template(): 
15
		last(NULL_HALFEDGE_ITER),
15
		last(NULL_HALFEDGE_ITER),
16
		touched(0)
16
		touched(0)
17
	{}
17
	{}
18
 
18
 
19
	FaceIter NULL_FACE_ITER(0);
-
 
20
	
-
 
21
	template struct Face_template<Iters>;
-
 
22
 
-
 
23
	int no_edges(FaceIter f)
19
	int no_edges(FaceIter f)
24
	{
20
	{
25
		FaceCirculator fc(f);
21
		FaceCirculator fc(f);
26
		while(!fc.end()) ++fc;
22
		while(!fc.end()) ++fc;
27
		return fc.no_steps();
23
		return fc.no_steps();