|
casacore
|
#include <NumericTraits2.h>
Public Types | |
| typedef Complex | ConjugateType |
| typedef Double | PrecisionType |
| typedef Float | value_type |
| Template argument. | |
| typedef Char | BaseType |
| Numeric type. | |
Static Public Member Functions | |
| static uInt | size () |
| Number of relevant numeric values. | |
| static void | setImag (Float &, const BaseType &) |
| Set the imaginary part of a complex value only (a NOP for reals). | |
| static BaseType | getValue (const Float &, const uInt) |
| Get the nsize()-th numeric value. | |
| static void | setValue (Float &, const BaseType &, const uInt) |
| Set the nsize()-th numeric value. | |
Static Public Attributes | |
| static const Double & | epsilon |
| static const Double & | minimum |
| static const Double & | maximum |
A specialisation for T=Float of the NumericTraits class
Definition at line 37 of file NumericTraits2.h.
| typedef Char casacore::NumericTraits< Float >::BaseType |
Numeric type.
Definition at line 226 of file NumericTraits.h.
| typedef Complex casacore::NumericTraits< Float >::ConjugateType |
Definition at line 39 of file NumericTraits2.h.
| typedef Double casacore::NumericTraits< Float >::PrecisionType |
Definition at line 40 of file NumericTraits2.h.
| typedef Float casacore::NumericTraits< Float >::value_type |
Template argument.
Definition at line 224 of file NumericTraits.h.
|
inlinestatic |
Get the nsize()-th numeric value.
Definition at line 242 of file NumericTraits.h.
|
inlinestatic |
Set the imaginary part of a complex value only (a NOP for reals).
Definition at line 240 of file NumericTraits.h.
|
inlinestatic |
Set the nsize()-th numeric value.
Definition at line 244 of file NumericTraits.h.
|
inlinestatic |
Number of relevant numeric values.
Definition at line 238 of file NumericTraits.h.
|
static |
Definition at line 41 of file NumericTraits2.h.
|
static |
Definition at line 43 of file NumericTraits2.h.
|
static |
Definition at line 42 of file NumericTraits2.h.