#include <face-intersection-tools.hh>

Public Member Functions | |
| CIntersectionPointComparator (CGeneralTools *ATools, const CVertex &AIntersectionLine=ORIGIN) | |
| const CVertex & | getIntersectionLine () const |
| void | setIntersectionLine (const CVertex &ALine) |
| bool | operator() (const CIntersectionPoint *APoint1, const CIntersectionPoint *APoint2) const |
Private Attributes | |
| CGeneralTools * | FTools |
| CVertex | FInterLine |
Definition at line 68 of file face-intersection-tools.hh.
| GMap3d::CIntersectionPointComparator::CIntersectionPointComparator | ( | CGeneralTools * | ATools, | |
| const CVertex & | AIntersectionLine = ORIGIN | |||
| ) | [inline] |
Definition at line 71 of file face-intersection-tools.hh.
| const CVertex& GMap3d::CIntersectionPointComparator::getIntersectionLine | ( | ) | const [inline] |
Definition at line 75 of file face-intersection-tools.hh.
| bool GMap3d::CIntersectionPointComparator::operator() | ( | const CIntersectionPoint * | APoint1, | |
| const CIntersectionPoint * | APoint2 | |||
| ) | const [inline] |
Definition at line 78 of file face-intersection-tools.hh.
| void GMap3d::CIntersectionPointComparator::setIntersectionLine | ( | const CVertex & | ALine | ) | [inline] |
Definition at line 76 of file face-intersection-tools.hh.
Definition at line 95 of file face-intersection-tools.hh.
Definition at line 94 of file face-intersection-tools.hh.
1.5.8