Read@CVL
|
This is the complete list of members for rdf::Line, including all inherited members.
angle() const | rdf::Line | |
center() const | rdf::Line | |
diffAngle(const Line &l) const | rdf::Line | |
distance(const Vector2D &p) const | rdf::Line | |
draw(QPainter &p) const | rdf::Line | |
extendBorder(const Rect &box) const | rdf::Line | |
gapLine(const Line &l) const | rdf::Line | |
horizontalDistance(const Line &l, double threshold=20) const | rdf::Line | |
horizontalOverlap(const Line &l) const | rdf::Line | |
intersection(const Line &line, QLineF::IntersectType t=QLineF::BoundedIntersection) const | rdf::Line | |
intersectionUnrestricted(const Line &line) const | rdf::Line | |
intersects(const Line &line, QLineF::IntersectType t=QLineF::BoundedIntersection) const | rdf::Line | |
isClose(const Line &line, double threshold=20) const | rdf::Line | |
isColinear(const Line &line, double threshold=20) const | rdf::Line | |
isEmpty() const | rdf::Line | |
isHorizontal(double mAngleTresh=0.5) const | rdf::Line | |
isVertical(double mAngleTresh=0.5) const | rdf::Line | |
length() const | rdf::Line | |
lessX1(const Line &l1, const Line &l2) | rdf::Line | static |
lessY1(const Line &l1, const Line &l2) | rdf::Line | static |
Line(const QLineF &line=QLineF(), float thickness=1) | rdf::Line | |
Line(const Polygon &poly) | rdf::Line | |
Line(const cv::Point p1, const cv::Point p2, float thickness=1) | rdf::Line | |
Line(const Vector2D &p1, const Vector2D &p2, float thickness=1) | rdf::Line | |
Line(double p1x, double p1y, double p2x, double p2y, float thickness=1) | rdf::Line | |
merge(const Line &l) const | rdf::Line | |
mergeFit(const Line &l) const | rdf::Line | |
minDistance(const Line &l) const | rdf::Line | |
mLine | rdf::Line | protected |
moved(const Vector2D &mVec) const | rdf::Line | |
mThickness | rdf::Line | protected |
p1() const | rdf::Line | |
p2() const | rdf::Line | |
qLine() const | rdf::Line | |
scale(double s) | rdf::Line | |
setLine(const QLineF &line, float thickness=1) | rdf::Line | |
setThickness(float thickness) | rdf::Line | |
sortEndpoints(bool horizontal=true) | rdf::Line | |
squaredLength() const | rdf::Line | |
thickness() const | rdf::Line | |
toMat(const Line &l) const | rdf::Line | protected |
toPoly() const | rdf::Line | |
translate(cv::Point offset) | rdf::Line | |
vector() const | rdf::Line | |
verticalDistance(const Line &l, double threshold=20) const | rdf::Line | |
verticalOverlap(const Line &l) const | rdf::Line | |
weightedLength(const Vector2D &orVec) const | rdf::Line | |
within(const Vector2D &p) const | rdf::Line |