Public Member Functions | |
CAngularEdgeComparator (CGMapVertex *AMap, const CVertex &ACenter, int AVertexDI) | |
bool | operator() (CDart *AEdge1, CDart *AEdge2) |
Private Member Functions | |
CAttributeVertex * | getVertex (CDart *ADart) const |
Private Attributes | |
CGMapVertex * | FMap |
CVertex | FCenter |
int | FVertexDI |
Definition at line 588 of file corefine-2d-propagation.cc.
CAngularEdgeComparator::CAngularEdgeComparator | ( | CGMapVertex * | AMap, | |
const CVertex & | ACenter, | |||
int | AVertexDI | |||
) | [inline] |
Definition at line 591 of file corefine-2d-propagation.cc.
CAttributeVertex* CAngularEdgeComparator::getVertex | ( | CDart * | ADart | ) | const [inline, private] |
Definition at line 604 of file corefine-2d-propagation.cc.
bool CAngularEdgeComparator::operator() | ( | CDart * | AEdge1, | |
CDart * | AEdge2 | |||
) | [inline] |
Definition at line 595 of file corefine-2d-propagation.cc.
CVertex CAngularEdgeComparator::FCenter [private] |
Definition at line 609 of file corefine-2d-propagation.cc.
CGMapVertex* CAngularEdgeComparator::FMap [private] |
Definition at line 608 of file corefine-2d-propagation.cc.
int CAngularEdgeComparator::FVertexDI [private] |
Definition at line 610 of file corefine-2d-propagation.cc.