![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkMathDetail.h>
Collaboration diagram for itk::Math::Detail::FloatIEEE< T >:Definition at line 393 of file itkMathDetail.h.
Public Types | |
| typedef T | FloatType |
| typedef FloatIEEETraits< T > ::IntType | IntType |
| typedef FloatIEEETraits< T > ::UIntType | UIntType |
Public Member Functions | |
| IntType | AsULP () const |
| FloatIEEE (FloatType f) | |
| bool | Sign () const |
Public Attributes | |
| FloatType | asFloat |
| IntType | asInt |
| UIntType | asUInt |
| typedef T itk::Math::Detail::FloatIEEE< T >::FloatType |
Definition at line 395 of file itkMathDetail.h.
| typedef FloatIEEETraits<T>::IntType itk::Math::Detail::FloatIEEE< T >::IntType |
Definition at line 396 of file itkMathDetail.h.
| typedef FloatIEEETraits<T>::UIntType itk::Math::Detail::FloatIEEE< T >::UIntType |
Definition at line 397 of file itkMathDetail.h.
|
inline |
Definition at line 403 of file itkMathDetail.h.
|
inline |
Definition at line 408 of file itkMathDetail.h.
References itk::Math::Detail::FloatIEEE< T >::asInt, itk::Math::Detail::FloatIEEE< T >::asUInt, and itk::Math::Detail::FloatIEEE< T >::Sign().
Referenced by itk::Math::FloatDifferenceULP().
|
inline |
Definition at line 404 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 399 of file itkMathDetail.h.
| IntType itk::Math::Detail::FloatIEEE< T >::asInt |
Definition at line 400 of file itkMathDetail.h.
Referenced by itk::Math::Detail::FloatIEEE< T >::AsULP().
| UIntType itk::Math::Detail::FloatIEEE< T >::asUInt |
Definition at line 401 of file itkMathDetail.h.
Referenced by itk::Math::Detail::FloatIEEE< T >::AsULP(), and itk::Math::Detail::FloatIEEE< T >::Sign().
1.8.3.1