#include <Path.h>
Public Member Functions | |
| CardioidParam () | |
| Default constructor. | |
| CardioidParam (Decimal A) | |
| Decimal constructor. | |
| CardioidParam (const CardioidParam &p) | |
| Copy constructor. | |
| CardioidParam & | operator= (const CardioidParam &p) |
| Operator =. | |
| void | setA (Decimal value) |
| Sets _A parameter. | |
| Decimal | A () |
| Gets _A parameter (amplitude). | |
| string | print () |
| Prints on a string all class parameters. | |
| CardioidParam::CardioidParam | ( | ) | [inline] |
Default constructor.
| CardioidParam::CardioidParam | ( | Decimal | A | ) | [inline] |
Decimal constructor.
| CardioidParam::CardioidParam | ( | const CardioidParam & | p | ) | [inline] |
Copy constructor.
| CardioidParam & CardioidParam::operator= | ( | const CardioidParam & | p | ) |
Operator =.
| void CardioidParam::setA | ( | Decimal | value | ) | [inline] |
Sets _A parameter.
| string CardioidParam::print | ( | ) |
Prints on a string all class parameters.
1.5.6