![]() |
Qt 4.8
|
Public Functions | |
| bool | isAccurate () const |
| bool | isOnLine (const QPodPoint &u, const QPodPoint &v) const |
| bool | isValid () const |
| bool | operator!= (const QIntersectionPoint &other) const |
| bool | operator< (const QIntersectionPoint &other) const |
| bool | operator<= (const QIntersectionPoint &other) const |
| bool | operator== (const QIntersectionPoint &other) const |
| bool | operator> (const QIntersectionPoint &other) const |
| bool | operator>= (const QIntersectionPoint &other) const |
| QPodPoint | round () const |
Public Variables | |
| QPodPoint | upperLeft |
| QFraction | xOffset |
| QFraction | yOffset |
Definition at line 366 of file qtriangulator.cpp.
|
inline |
Definition at line 370 of file qtriangulator.cpp.
Referenced by QTriangulator< T >::ComplexToSimple::sortEdgeList(), and QTriangulator< T >::ComplexToSimple::splitEdgeListRange().
Definition at line 490 of file qtriangulator.cpp.
Referenced by QTriangulator< T >::ComplexToSimple::calculateIntersection(), QTriangulator< T >::ComplexToSimple::sortEdgeList(), and QTriangulator< T >::ComplexToSimple::splitEdgeListRange().
|
inline |
Definition at line 368 of file qtriangulator.cpp.
Referenced by QTriangulator< T >::ComplexToSimple::calculateIntersection().
|
inline |
Definition at line 373 of file qtriangulator.cpp.
| bool QIntersectionPoint::operator< | ( | const QIntersectionPoint & | other | ) | const |
Definition at line 473 of file qtriangulator.cpp.
|
inline |
Definition at line 376 of file qtriangulator.cpp.
| bool QIntersectionPoint::operator== | ( | const QIntersectionPoint & | other | ) | const |
Definition at line 484 of file qtriangulator.cpp.
|
inline |
Definition at line 374 of file qtriangulator.cpp.
|
inline |
Definition at line 375 of file qtriangulator.cpp.
| QPodPoint QIntersectionPoint::round | ( | ) | const |
Definition at line 463 of file qtriangulator.cpp.
Referenced by QTriangulator< T >::ComplexToSimple::calculateIntersection().
| QPodPoint QIntersectionPoint::upperLeft |
Definition at line 379 of file qtriangulator.cpp.
Referenced by operator<(), operator==(), qIntersectionPoint(), QTriangulator< T >::ComplexToSimple::sortEdgeList(), and QTriangulator< T >::ComplexToSimple::splitEdgeListRange().
| QFraction QIntersectionPoint::xOffset |
Definition at line 380 of file qtriangulator.cpp.
Referenced by operator<(), operator==(), qIntersectionPoint(), and QTriangulator< T >::ComplexToSimple::splitEdgeListRange().
| QFraction QIntersectionPoint::yOffset |
Definition at line 381 of file qtriangulator.cpp.
Referenced by operator<(), operator==(), qIntersectionPoint(), and QTriangulator< T >::ComplexToSimple::splitEdgeListRange().