#include <itkMathDetail.h>
Definition at line 489 of file itkMathDetail.h.
Public Types | |
| using | FloatType = T |
| using | IntType = typename FloatIEEETraits<T>::IntType |
| using | UIntType = typename FloatIEEETraits<T>::UIntType |
Public Member Functions | |
| IntType | AsULP () const |
| FloatIEEE (FloatType f) | |
| FloatIEEE (IntType i) | |
| bool | Sign () const |
Public Attributes | |
| FloatType | asFloat |
| IntType | asInt |
| UIntType | asUInt |
| using itk::Math::Detail::FloatIEEE< T >::FloatType = T |
Definition at line 491 of file itkMathDetail.h.
| using itk::Math::Detail::FloatIEEE< T >::IntType = typename FloatIEEETraits<T>::IntType |
Definition at line 492 of file itkMathDetail.h.
| using itk::Math::Detail::FloatIEEE< T >::UIntType = typename FloatIEEETraits<T>::UIntType |
Definition at line 493 of file itkMathDetail.h.
|
inline |
Definition at line 499 of file itkMathDetail.h.
References asFloat.
|
inline |
Definition at line 502 of file itkMathDetail.h.
References asInt.
|
inlinenodiscard |
Definition at line 511 of file itkMathDetail.h.
Referenced by itk::Math::FloatDifferenceULP().
|
inlinenodiscard |
| FloatType itk::Math::Detail::FloatIEEE< T >::asFloat |
Definition at line 495 of file itkMathDetail.h.
Referenced by itk::Math::FloatAddULP(), and FloatIEEE().
| IntType itk::Math::Detail::FloatIEEE< T >::asInt |
Definition at line 496 of file itkMathDetail.h.
Referenced by AsULP(), itk::Math::FloatAddULP(), and FloatIEEE().
| UIntType itk::Math::Detail::FloatIEEE< T >::asUInt |
Definition at line 497 of file itkMathDetail.h.
Referenced by Sign().