14 namespace DataStructures {
37 std::cout <<
"face " <<
this <<
" at index " <<
m_Index << std::endl;
40 for(; itBegin != itEnd; ++itBegin)
42 std::cout << std::endl;
46 boost::iterator_range< AIFFace::VertexContainerType::const_iterator >
70 edge->get_first_vertex());
72 edge->get_second_vertex());
82 if(currentEdge->get_first_vertex() == nextEdge->get_first_vertex() ||
83 currentEdge->get_first_vertex() == nextEdge->get_second_vertex())
84 currentVertex = currentEdge->get_first_vertex();
86 currentVertex = currentEdge->get_second_vertex();
91 if((*itE)->get_first_vertex() == currentVertex)
94 (*itE)->get_second_vertex());
95 currentVertex = (*itE)->get_second_vertex();
100 (*itE)->get_first_vertex());
101 currentVertex = (*itE)->get_first_vertex();