#include <SegmentationTools.h>
Inheritance diagram for LinePair2:
Public Member Functions | |
LinePair2 (point &p1, point &p2) | |
bool | operator< (const LinePair2 &other) |
defines the default order for LinePairs. | |
virtual colorClass | getColor () |
virtual double | getLength () |
Public Attributes | |
point | p1 |
point | p2 |
|
Definition at line 356 of file SegmentationTools.h. |
|
defines the default order for LinePairs. order is lexigographical in v1 (v1.y,v1.x). Definition at line 366 of file SegmentationTools.h. References p1, Vector2< V >::x, and Vector2< V >::y. |
|
Reimplemented in coloredLinePair2. Definition at line 371 of file SegmentationTools.h. References colorClass, and noColor. |
|
Reimplemented in LinePair3. Definition at line 372 of file SegmentationTools.h. Referenced by RFieldSpecialist::analyzeLines(). |
|
Definition at line 354 of file SegmentationTools.h. Referenced by RFieldSpecialist::analyzeLines(), RFieldSpecialist::checkRamp(), RFieldSpecialist::drawLine(), makeLine(), mil(), operator<(), and theta2(). |
|
Definition at line 354 of file SegmentationTools.h. Referenced by RFieldSpecialist::analyzeLines(), RFieldSpecialist::checkRamp(), RFieldSpecialist::drawLine(), makeLine(), RFieldSpecialist::makeLines(), mil(), and theta2(). |