#include <Path.h>

Public Member Functions | |
| Segment () | |
| Segment (SegmentParam param) | |
| Parametric constructor. | |
| Segment (const Segment &segment) | |
| Copy constructor.. | |
| Segment & | operator= (const Segment &segment) |
| Operator =. | |
| Position | evalCentredPos (Decimal s) |
| Implementation of coresponding pure virtual function. | |
| Position | evalCentredPosp (Decimal s) |
| Implementation of coresponding pure virtual function. | |
| Position | evalCentredPospp (Decimal s) |
| Implementation of coresponding pure virtual function. | |
| Angle | evalTheta (Decimal s) |
| Implementation of coresponding pure virtual function. | |
| Angle | evalThetap (Decimal s, Decimal sp) |
| Implementation of coresponding pure virtual function. | |
| Angle | evalThetapp (Decimal s, Decimal sp, Decimal spp) |
| Implementation of coresponding pure virtual function. | |
| void | setParam (SegmentParam param) |
| Sets _param parameter. | |
| SegmentParam | param () |
| Gets _param parameter. | |
| string | print () |
| Prints on the screen all class parametes. | |
| Segment::Segment | ( | ) | [inline] |
| Segment::Segment | ( | SegmentParam | param | ) | [inline] |
Parametric constructor.
| void Segment::setParam | ( | SegmentParam | param | ) | [inline] |
Sets _param parameter.
| SegmentParam Segment::param | ( | ) | [inline] |
Gets _param parameter.
| string Segment::print | ( | ) | [inline] |
1.5.6