DGtal
0.6.devel
|
#include <NumberTraits.h>
Public Types | |
typedef TagTrue | IsBounded |
typedef TagFalse | IsUnsigned |
typedef TagTrue | IsSigned |
typedef TagTrue | IsSpecialized |
typedef long double | SignedVersion |
typedef long double | UnsignedVersion |
typedef long double | ReturnType |
typedef boost::call_traits < long double >::param_type | ParamType |
Static Public Member Functions | |
static ReturnType | zero () |
static ReturnType | one () |
static ReturnType | min () |
static ReturnType | max () |
static unsigned int | digits () |
static BoundEnum | isBounded () |
static SignEnum | isSigned () |
static DGtal::int64_t | castToInt64_t (const long double &aT) |
static double | castToDouble (const long double &aT) |
Static Public Attributes | |
static const long double | ZERO = 0.0 |
static const long double | ONE = 1.0 |
Specialization for <long double>="">.
Definition at line 879 of file NumberTraits.h.
typedef TagTrue DGtal::NumberTraits< long double >::IsBounded |
Definition at line 881 of file NumberTraits.h.
typedef TagTrue DGtal::NumberTraits< long double >::IsSigned |
Definition at line 883 of file NumberTraits.h.
typedef TagTrue DGtal::NumberTraits< long double >::IsSpecialized |
Definition at line 884 of file NumberTraits.h.
typedef TagFalse DGtal::NumberTraits< long double >::IsUnsigned |
Definition at line 882 of file NumberTraits.h.
typedef boost::call_traits<long double>::param_type DGtal::NumberTraits< long double >::ParamType |
Definition at line 888 of file NumberTraits.h.
typedef long double DGtal::NumberTraits< long double >::ReturnType |
Definition at line 887 of file NumberTraits.h.
typedef long double DGtal::NumberTraits< long double >::SignedVersion |
Definition at line 885 of file NumberTraits.h.
typedef long double DGtal::NumberTraits< long double >::UnsignedVersion |
Definition at line 886 of file NumberTraits.h.
|
inlinestatic |
Definition at line 923 of file NumberTraits.h.
|
inlinestatic |
Definition at line 919 of file NumberTraits.h.
|
inlinestatic |
Definition at line 907 of file NumberTraits.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 903 of file NumberTraits.h.
|
inlinestatic |
Definition at line 899 of file NumberTraits.h.
|
inlinestatic |
Definition at line 895 of file NumberTraits.h.
|
inlinestatic |
Definition at line 891 of file NumberTraits.h.
|
static |
Definition at line 890 of file NumberTraits.h.
|
static |
Definition at line 889 of file NumberTraits.h.