|
MINT2
|
#include <Phase.h>
Public Member Functions | |
| Phase (const Phase &other) | |
| Phase (double ph_in=0) | |
| operator double () const | |
| Phase & | operator *= (double rhs) |
| Phase & | operator/= (double rhs) |
| Phase & | operator+= (const Phase &rhs) |
| Phase | operator+ (const Phase &rhs) const |
| const Phase & | operator+ () const |
| Phase & | operator-= (const Phase &rhs) |
| Phase | operator- (const Phase &rhs) const |
| Phase | operator- () const |
| double | inDegrees () const |
| void | testPhase (std::ostream &os=std::cout) const |
Static Public Member Functions | |
| static double | rangeMax () |
| static double | rangeMin () |
Protected Member Functions | |
| void | toRange () |
Protected Attributes | |
| double | _ph |
Static Protected Attributes | |
| static const double | _minPh = 0 |
|
inline |
| const Phase & Phase::operator+ | ( | ) | const |
|
static |
| void Phase::testPhase | ( | std::ostream & | os = std::cout | ) | const |
1.8.15