|
DGtal
0.6.devel
|
#include <NumberTraits.h>
Public Types | |
| typedef TagTrue | IsBounded |
| typedef TagFalse | IsUnsigned |
| typedef TagTrue | IsSigned |
| typedef TagTrue | IsSpecialized |
| typedef float | SignedVersion |
| typedef float | UnsignedVersion |
| typedef float | ReturnType |
| typedef boost::call_traits < float >::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 float &aT) |
| static double | castToDouble (const float &aT) |
Static Public Attributes | |
| static const float | ZERO = 0.0f |
| static const float | ONE = 1.0f |
Specialization for <float>.
Definition at line 769 of file NumberTraits.h.
| typedef TagTrue DGtal::NumberTraits< float >::IsBounded |
Definition at line 771 of file NumberTraits.h.
| typedef TagTrue DGtal::NumberTraits< float >::IsSigned |
Definition at line 773 of file NumberTraits.h.
| typedef TagTrue DGtal::NumberTraits< float >::IsSpecialized |
Definition at line 774 of file NumberTraits.h.
| typedef TagFalse DGtal::NumberTraits< float >::IsUnsigned |
Definition at line 772 of file NumberTraits.h.
| typedef boost::call_traits<float>::param_type DGtal::NumberTraits< float >::ParamType |
Definition at line 778 of file NumberTraits.h.
| typedef float DGtal::NumberTraits< float >::ReturnType |
Definition at line 777 of file NumberTraits.h.
| typedef float DGtal::NumberTraits< float >::SignedVersion |
Definition at line 775 of file NumberTraits.h.
| typedef float DGtal::NumberTraits< float >::UnsignedVersion |
Definition at line 776 of file NumberTraits.h.
|
inlinestatic |
Definition at line 813 of file NumberTraits.h.
|
inlinestatic |
Definition at line 809 of file NumberTraits.h.
|
inlinestatic |
Definition at line 797 of file NumberTraits.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 793 of file NumberTraits.h.
|
inlinestatic |
Definition at line 789 of file NumberTraits.h.
|
inlinestatic |
Definition at line 785 of file NumberTraits.h.
|
inlinestatic |
Definition at line 781 of file NumberTraits.h.
|
static |
Definition at line 780 of file NumberTraits.h.
|
static |
Definition at line 779 of file NumberTraits.h.
1.8.1.1