#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 Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Basic3DVector< long double >::Basic3DVector(), Basic3DVector< align::Scalar >::Basic3DVector(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Mixins.UsingBlock::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), and Vispa.Views.PropertyView.FileProperty::labelDoubleClicked().
|
private |
Definition at line 28 of file Theta.h.
Referenced by Geom::Theta< T >::operator T(), and Geom::Theta< float >::value().