#include <Theta.h>
Public Member Functions | |
operator T () const | |
conversion operator makes transparent use possible. More... | |
Theta () | |
Default constructor does not initialise - just as double. More... | |
Theta (const T &val) | |
Constructor from T, does not provide automatic conversion. More... | |
T | value () const |
Explicit access to value in case implicit conversion not OK. More... | |
Private Attributes | |
T | theValue |
A class for polar angle represantation. So far only useful to differentiate from double, for example in function overloading.
|
inline |
|
inlineexplicit |
|
inline |
conversion operator makes transparent use possible.
Definition at line 22 of file Theta.h.
References Geom::Theta< T >::theValue.
|
inline |
Explicit access to value in case implicit conversion not OK.
Definition at line 25 of file Theta.h.
Referenced by average.Average::average().
|
private |
Definition at line 28 of file Theta.h.
Referenced by Geom::Theta< T >::operator T(), and Geom::Theta< float >::value().