#include <SegmentationTools.h>
Inheritance diagram for edge:
Public Member Functions | |
edge (point &p, unsigned short i) | |
edge (int &x, int &y, unsigned short i) | |
point | toConsider () |
unsigned short | getId () |
Private Attributes | |
point | pt |
unsigned short | id |
Definition at line 268 of file SegmentationTools.h.
edge::edge | ( | point & | p, | |
unsigned short | i | |||
) | [inline] |
Definition at line 274 of file SegmentationTools.h.
edge::edge | ( | int & | x, | |
int & | y, | |||
unsigned short | i | |||
) | [inline] |
Definition at line 275 of file SegmentationTools.h.
References pt, Vector2< V >::x, and Vector2< V >::y.
unsigned short edge::getId | ( | ) | [inline, virtual] |
point edge::toConsider | ( | ) | [inline, virtual] |
unsigned short edge::id [private] |