ITK
6.0.0
Insight Toolkit
|
#include <itkMathDetail.h>
Definition at line 490 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 492 of file itkMathDetail.h.
using itk::Math::Detail::FloatIEEE< T >::IntType = typename FloatIEEETraits<T>::IntType |
Definition at line 493 of file itkMathDetail.h.
using itk::Math::Detail::FloatIEEE< T >::UIntType = typename FloatIEEETraits<T>::UIntType |
Definition at line 494 of file itkMathDetail.h.
|
inline |
Definition at line 500 of file itkMathDetail.h.
|
inline |
Definition at line 503 of file itkMathDetail.h.
|
inline |
Definition at line 512 of file itkMathDetail.h.
References itk::Math::Detail::FloatIEEE< T >::asInt, and itk::Math::Detail::FloatIEEE< T >::Sign().
Referenced by itk::Math::FloatDifferenceULP().
|
inline |
Definition at line 507 of file itkMathDetail.h.
References itk::Math::Detail::FloatIEEE< T >::asUInt.
Referenced by itk::Math::Detail::FloatIEEE< T >::AsULP().
FloatType itk::Math::Detail::FloatIEEE< T >::asFloat |
Definition at line 496 of file itkMathDetail.h.
Referenced by itk::Math::FloatAddULP().
IntType itk::Math::Detail::FloatIEEE< T >::asInt |
Definition at line 497 of file itkMathDetail.h.
Referenced by itk::Math::Detail::FloatIEEE< T >::AsULP(), and itk::Math::FloatAddULP().
UIntType itk::Math::Detail::FloatIEEE< T >::asUInt |
Definition at line 498 of file itkMathDetail.h.
Referenced by itk::Math::Detail::FloatIEEE< T >::Sign().