Subversion Repositories gelsvn

Rev

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

Rev 39 Rev 62
Line 23... Line 23...
23
 
23
 
24
	/** Returns true if the two argument vertices are in each other's 
24
	/** Returns true if the two argument vertices are in each other's 
25
			one-rings. */
25
			one-rings. */
26
	bool is_connected(VertexIter v1, VertexIter v2);
26
	bool is_connected(VertexIter v1, VertexIter v2);
27
 
27
 
-
 
28
	/** Returns true if the vertex is a boundary vertex. */
-
 
29
	bool is_boundary(VertexIter v);
-
 
30
 
-
 
31
	/** Check and enforce boundary consistency. */
-
 
32
	void check_boundary_consistency(VertexIter v);
-
 
33
 
-
 
34
 
28
 
35
 
29
}
36
}
30
#endif
37
#endif