#include <itkMathDetail.h>
Definition at line 457 of file itkMathDetail.h.
Public Types | |
| using | FloatType = T |
| using | IntType = typename FloatIEEETraits<T>::IntType |
| using | UIntType = typename FloatIEEETraits<T>::UIntType |
Public Member Functions | |
| constexpr IntType | AsULP () const |
| constexpr | FloatIEEE (FloatType f) |
| constexpr | FloatIEEE (IntType i) |
| constexpr | FloatIEEE (UIntType ui) |
| constexpr bool | Sign () const |
Public Attributes | |
| FloatType | asFloat |
| IntType | asInt |
| UIntType | asUInt |
| using itk::Math::Detail::FloatIEEE< T >::FloatType = T |
Definition at line 459 of file itkMathDetail.h.
| using itk::Math::Detail::FloatIEEE< T >::IntType = typename FloatIEEETraits<T>::IntType |
Definition at line 460 of file itkMathDetail.h.
| using itk::Math::Detail::FloatIEEE< T >::UIntType = typename FloatIEEETraits<T>::UIntType |
Definition at line 461 of file itkMathDetail.h.
|
inlineconstexpr |
Definition at line 467 of file itkMathDetail.h.
References asFloat.
|
inlineconstexpr |
Definition at line 470 of file itkMathDetail.h.
References asInt.
|
inlineconstexpr |
Definition at line 473 of file itkMathDetail.h.
References asUInt.
|
inlinenodiscardconstexpr |
Definition at line 482 of file itkMathDetail.h.
Referenced by itk::Math::FloatDifferenceULP().
|
inlinenodiscardconstexpr |
| FloatType itk::Math::Detail::FloatIEEE< T >::asFloat |
Definition at line 463 of file itkMathDetail.h.
Referenced by itk::Math::FloatAddULP(), and FloatIEEE().
| IntType itk::Math::Detail::FloatIEEE< T >::asInt |
Definition at line 464 of file itkMathDetail.h.
Referenced by AsULP(), itk::Math::FloatAddULP(), and FloatIEEE().
| UIntType itk::Math::Detail::FloatIEEE< T >::asUInt |
Definition at line 465 of file itkMathDetail.h.
Referenced by FloatIEEE(), and Sign().