#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 289 of file SegmentationTools.h.
horLinePair::horLinePair | ( | point | p1, | |
int | p2x | |||
) | [inline] |
horLinePair::~horLinePair | ( | ) | [inline] |
Definition at line 299 of file SegmentationTools.h.
direction horLinePair::getDirection | ( | ) | [inline, virtual] |
unsigned short horLinePair::getId | ( | ) | [inline, virtual] |
Implements figure.
Definition at line 306 of file SegmentationTools.h.
References p1, and Vector2< V >::y.
point horLinePair::pt1 | ( | ) | [inline, virtual] |
Implements LinePair.
Definition at line 308 of file SegmentationTools.h.
References p1.
Referenced by RFieldSpecialist::invokeOnPreScan().
point horLinePair::pt2 | ( | ) | [inline, virtual] |
Implements LinePair.
Definition at line 309 of file SegmentationTools.h.
References p1, p2x, and Vector2< V >::y.
Referenced by RFieldSpecialist::invokeOnPreScan().
double horLinePair::size | ( | ) | [inline, virtual] |
Reimplemented from figure.
Definition at line 310 of file SegmentationTools.h.
References p1, p2x, and Vector2< V >::x.
point horLinePair::toConsider | ( | ) | [inline, virtual] |
Implements figure.
Definition at line 307 of file SegmentationTools.h.
References p1, p2x, Vector2< V >::x, and Vector2< V >::y.
point horLinePair::p1 [private] |
Definition at line 290 of file SegmentationTools.h.
Referenced by getId(), horLinePair(), pt1(), pt2(), size(), and toConsider().
int horLinePair::p2x [private] |
Definition at line 291 of file SegmentationTools.h.
Referenced by horLinePair(), pt2(), size(), and toConsider().