#include <SegmentationTools.h>
Inheritance diagram for horLinePair:
Public Member Functions | |
horLinePair (point p1, int p2x) | |
~horLinePair () | |
horLinePair (point &p1, point &p2) | |
unsigned short | getId () |
point | toConsider () |
point | pt1 () |
point | pt2 () |
double | size () |
direction | getDirection () |
Private Attributes | |
point | p1 |
int | p2x |
|
Definition at line 294 of file SegmentationTools.h. |
|
Definition at line 299 of file SegmentationTools.h. |
|
Definition at line 301 of file SegmentationTools.h. References p2x, and Vector2< V >::x. |
|
Implements figure. Definition at line 306 of file SegmentationTools.h. References Vector2< V >::y. |
|
Implements figure. Definition at line 307 of file SegmentationTools.h. References p2x, point, Vector2< V >::x, and Vector2< V >::y. |
|
Implements LinePair. Definition at line 308 of file SegmentationTools.h. References point. Referenced by RFieldSpecialist::invokeOnPreScan(). |
|
Implements LinePair. Definition at line 309 of file SegmentationTools.h. References p2x, point, and Vector2< V >::y. Referenced by RFieldSpecialist::invokeOnPreScan(). |
|
Reimplemented from figure. Definition at line 310 of file SegmentationTools.h. References p2x, and Vector2< V >::x. |
|
Implements LinePair. Definition at line 311 of file SegmentationTools.h. References direction. |
|
Definition at line 290 of file SegmentationTools.h. |
|
Definition at line 291 of file SegmentationTools.h. Referenced by horLinePair(), pt2(), size(), and toConsider(). |