#include <Path.h>
Public Member Functions | |
| SegmentParam () | |
| Default constructor. | |
| SegmentParam (Position A, Position B) | |
| Bounds constructor. | |
| SegmentParam (const SegmentParam &p) | |
| Copy constructor. | |
| SegmentParam & | operator= (const SegmentParam &p) |
| Operator =. | |
| void | setA (Position value) |
| Sets _A parameter. | |
| void | setB (Position value) |
| Sets _B parameter. | |
| Position | A () |
| Gets _A parameter. | |
| Position | B () |
| Gets _B parameter. | |
| string | print () |
| Prints on the screen all class parametes. | |
| SegmentParam::SegmentParam | ( | ) | [inline] |
Default constructor.
| SegmentParam::SegmentParam | ( | const SegmentParam & | p | ) | [inline] |
Copy constructor.
| SegmentParam& SegmentParam::operator= | ( | const SegmentParam & | p | ) | [inline] |
Operator =.
| void SegmentParam::setA | ( | Position | value | ) | [inline] |
Sets _A parameter.
| void SegmentParam::setB | ( | Position | value | ) | [inline] |
Sets _B parameter.
| Position SegmentParam::A | ( | ) | [inline] |
Gets _A parameter.
| Position SegmentParam::B | ( | ) | [inline] |
Gets _B parameter.
| string SegmentParam::print | ( | ) | [inline] |
Prints on the screen all class parametes.
1.5.6