#include <Path.h>
Public Member Functions | |
| EightParam () | |
| Default constructor. | |
| EightParam (Decimal R1, Decimal R2) | |
| Axes constructor. | |
| EightParam (const EightParam &p) | |
| Copy constructor. | |
| EightParam & | operator= (const EightParam &p) |
| Operator =. | |
| void | setR1 (Decimal value) |
| Sets _R1 parameter. | |
| void | setR2 (Decimal value) |
| Sets _R2 parameter. | |
| Decimal | R1 () |
| Gets _R1 parameter. | |
| Decimal | R2 () |
| Gets _R2 parameter. | |
| string | print () |
| Prints on the screen all class parametes. | |
| EightParam::EightParam | ( | ) | [inline] |
Default constructor.
| EightParam::EightParam | ( | const EightParam & | p | ) | [inline] |
Copy constructor.
| EightParam& EightParam::operator= | ( | const EightParam & | p | ) | [inline] |
Operator =.
| void EightParam::setR1 | ( | Decimal | value | ) | [inline] |
Sets _R1 parameter.
| void EightParam::setR2 | ( | Decimal | value | ) | [inline] |
Sets _R2 parameter.
| Decimal EightParam::R1 | ( | ) | [inline] |
Gets _R1 parameter.
| Decimal EightParam::R2 | ( | ) | [inline] |
Gets _R2 parameter.
| string EightParam::print | ( | ) | [inline] |
Prints on the screen all class parametes.
1.5.6