24 #include "../view_map/ViewMapAdvancedIterators.h"
25 #include "../view_map/ViewMapIterators.h"
34 Vec3r previous, current;
35 if (
true == orientation) {
67 previous = (*v)->point2d();
70 current = (*v)->point2d();
80 }
while ((
v != vend) && (
v != vfirst));
84 current = (*v)->point2d();
94 orientation = !orientation;
98 Vec3r previous, current;
99 if (
true == orientation) {
133 previous = (*v)->point2d();
136 current = (*v)->point2d();
146 }
while ((
v != vend) && (
v != vfirst));
150 current = (*v)->point2d();
Class to define a chain of viewedges.
ATTR_WARN_UNUSED_RESULT const BMVert * v
void push_viewedge_front(ViewEdge *iViewEdge, bool orientation)
void push_viewedge_back(ViewEdge *iViewEdge, bool orientation)
void push_vertex_back(Vertex *iVertex)
vertex_container _Vertices
void push_vertex_front(Vertex *iVertex)
void setTemporary(bool iFlag)
void setVertexB(SVertex *vB)
virtual FEdge * duplicate()
void setVertexA(SVertex *vA)
void AddEdge(FEdge *iEdge)
void AddFEdge(FEdge *iFEdge)
const_vertex_iterator vertices_end() const
const_vertex_iterator vertices_last() const
const_vertex_iterator vertices_begin() const
embedding vertex iterator