Home
last modified time | relevance | path

Searched refs:heStart (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Drefine.h717 face::Pos<typename MESH_TYPE::FaceType> heStart=he;assert(he.v->P()==*vl); in operator() local
722 } while(he!=heStart); in operator()
724 he.FlipV();heStart=he;assert(he.v->P()==*vr); in operator()
729 } while(he!=heStart); in operator()
734 he.FlipV();heStart=he; assert(he.v->P()==*vl); in operator()
741 } while(he!=heStart); in operator()
742 i=0;he.FlipV();heStart=he;assert(he.v->P()==*vr); in operator()
748 } while(he!=heStart); in operator()
H A Drefine_loop.h453 face::Pos<typename MESH_TYPE::FaceType> heStart = he; in operator() local
460 } while(!he.IsBorder() && he != heStart); in operator()
500 } while(he != heStart); in operator()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Drefine.h730 face::Pos<typename MESH_TYPE::FaceType> heStart=he;assert(he.v->P()==*vl); in operator() local
735 } while(he!=heStart); in operator()
737 he.FlipV();heStart=he;assert(he.v->P()==*vr); in operator()
742 } while(he!=heStart); in operator()
747 he.FlipV();heStart=he; assert(he.v->P()==*vl); in operator()
754 } while(he!=heStart); in operator()
755 i=0;he.FlipV();heStart=he;assert(he.v->P()==*vr); in operator()
761 } while(he!=heStart); in operator()
H A Drefine_loop.h450 face::Pos<typename MESH_TYPE::FaceType> heStart = he; in operator() local
457 } while(!he.IsBorder() && he != heStart); in operator()
497 } while(he != heStart); in operator()