|
Public Member Functions |
| Angle (const Angle &) |
| Angle (const string &s) |
| Angle (const IDLAngle &) |
| Angle (double value) |
void | toBin (EndianOSStream &eoss) |
Angle & | operator= (const Angle &) |
Angle & | operator= (const double) |
Angle & | operator+= (const Angle &) |
Angle & | operator-= (const Angle &) |
Angle & | operator *= (const double) |
Angle & | operator/= (const double) |
Angle | operator+ (const Angle &) const |
Angle | operator- (const Angle &) const |
Angle | operator * (const double) const |
Angle | operator/ (const double) const |
bool | operator< (const Angle &) const |
bool | operator> (const Angle &) const |
bool | operator<= (const Angle &) const |
bool | operator>= (const Angle &) const |
bool | operator== (const Angle &) const |
bool | equals (const Angle &) const |
bool | operator!= (const Angle &) const |
bool | isZero () const |
Angle | operator- () const |
Angle | operator+ () const |
string | toString () const |
string | toStringI () const |
| operator string () const |
double | get () const |
IDLAngle | toIDLAngle () const |
Static Public Member Functions |
static double | fromString (const string &) |
static string | toString (double) |
static Angle | getAngle (StringTokenizer &t) throw (NumberFormatException) |
static void | toBin (const vector< Angle > &angle, EndianOSStream &eoss) |
static void | toBin (const vector< vector< Angle > > &angle, EndianOSStream &eoss) |
static void | toBin (const vector< vector< vector< Angle > > > &angle, EndianOSStream &eoss) |
static Angle | fromBin (EndianISStream &eiss) |
static vector< Angle > | from1DBin (EndianISStream &eiss) |
static vector< vector< Angle > > | from2DBin (EndianISStream &eiss) |
static vector< vector< vector<
Angle > > > | from3DBin (EndianISStream &eiss) |
static string | unit () |
Friends |
Angle | operator * (double, const Angle &) |
ostream & | operator<< (ostream &, const Angle &) |
istream & | operator>> (istream &, Angle &) |