Classes | |
struct | AlmostEqualsFloatVsFloat |
struct | AlmostEqualsFloatVsInteger |
struct | AlmostEqualsFunctionSelector |
struct | AlmostEqualsIntegerVsFloat |
struct | AlmostEqualsPlainOldEquals |
struct | AlmostEqualsSignedVsUnsigned |
struct | AlmostEqualsUnsignedVsSigned |
union | FloatIEEE |
struct | FloatIEEETraits |
struct | FloatIEEETraits< double > |
struct | FloatIEEETraits< float > |
Functions | |
int32_t | Ceil_32 (double x) |
int32_t | Ceil_32 (float x) |
int64_t | Ceil_64 (double x) |
int64_t | Ceil_64 (float x) |
template<typename TReturn, typename TInput> | |
TReturn | Ceil_base (TInput x) |
int32_t | Floor_32 (double x) |
int32_t | Floor_32 (float x) |
int64_t | Floor_64 (double x) |
int64_t | Floor_64 (float x) |
template<typename TReturn, typename TInput> | |
TReturn | Floor_base (TInput x) |
ITK_GCC_PRAGMA_POP int32_t | RoundHalfIntegerToEven_32 (double x) |
int32_t | RoundHalfIntegerToEven_32 (float x) |
int64_t | RoundHalfIntegerToEven_64 (double x) |
int64_t | RoundHalfIntegerToEven_64 (float x) |
template<typename TReturn, typename TInput> | |
ITK_GCC_PRAGMA_PUSH ITK_GCC_SUPPRESS_Wfloat_equal TReturn | RoundHalfIntegerToEven_base (TInput x) |
int32_t | RoundHalfIntegerUp_32 (double x) |
int32_t | RoundHalfIntegerUp_32 (float x) |
int64_t | RoundHalfIntegerUp_64 (double x) |
int64_t | RoundHalfIntegerUp_64 (float x) |
template<typename TReturn, typename TInput> | |
TReturn | RoundHalfIntegerUp_base (TInput x) |
|
inline |
Definition at line 293 of file itkMathDetail.h.
References Ceil_base().
|
inline |
Definition at line 298 of file itkMathDetail.h.
References Ceil_base().
|
inline |
Definition at line 459 of file itkMathDetail.h.
References Ceil_base().
|
inline |
Definition at line 464 of file itkMathDetail.h.
References Ceil_base().
|
inline |
Definition at line 130 of file itkMathDetail.h.
References itk::NumericTraits< T >::IsNegative().
Referenced by Ceil_32(), Ceil_32(), Ceil_64(), and Ceil_64().
|
inline |
Definition at line 282 of file itkMathDetail.h.
References Floor_base().
|
inline |
Definition at line 287 of file itkMathDetail.h.
References Floor_base().
|
inline |
Definition at line 448 of file itkMathDetail.h.
References Floor_base().
|
inline |
Definition at line 453 of file itkMathDetail.h.
References Floor_base().
|
inline |
Definition at line 120 of file itkMathDetail.h.
References itk::NumericTraits< T >::IsNonnegative().
Referenced by Floor_32(), Floor_32(), Floor_64(), and Floor_64().
|
inline |
Definition at line 221 of file itkMathDetail.h.
References RoundHalfIntegerToEven_base().
|
inline |
Definition at line 226 of file itkMathDetail.h.
References RoundHalfIntegerToEven_base().
|
inline |
Definition at line 387 of file itkMathDetail.h.
References RoundHalfIntegerToEven_base().
|
inline |
Definition at line 392 of file itkMathDetail.h.
References RoundHalfIntegerToEven_base().
|
inline |
Definition at line 93 of file itkMathDetail.h.
References itk::NumericTraits< T >::IsNonnegative().
Referenced by RoundHalfIntegerToEven_32(), RoundHalfIntegerToEven_32(), RoundHalfIntegerToEven_64(), and RoundHalfIntegerToEven_64().
|
inline |
Definition at line 271 of file itkMathDetail.h.
References RoundHalfIntegerUp_base().
|
inline |
Definition at line 276 of file itkMathDetail.h.
References RoundHalfIntegerUp_base().
|
inline |
Definition at line 437 of file itkMathDetail.h.
References RoundHalfIntegerUp_base().
|
inline |
Definition at line 442 of file itkMathDetail.h.
References RoundHalfIntegerUp_base().
|
inline |
Definition at line 110 of file itkMathDetail.h.
References itk::NumericTraits< T >::IsNonnegative().
Referenced by RoundHalfIntegerUp_32(), RoundHalfIntegerUp_32(), RoundHalfIntegerUp_64(), and RoundHalfIntegerUp_64().