ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
itk::Math::Detail::FloatIEEE< T > Union Template Reference

#include <itkMathDetail.h>

Detailed Description

template<typename T>
union itk::Math::Detail::FloatIEEE< T >

Definition at line 490 of file itkMathDetail.h.

+ Collaboration diagram for itk::Math::Detail::FloatIEEE< T >:

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
 

Member Typedef Documentation

◆ FloatType

template<typename T>
using itk::Math::Detail::FloatIEEE< T >::FloatType = T

Definition at line 492 of file itkMathDetail.h.

◆ IntType

template<typename T>
using itk::Math::Detail::FloatIEEE< T >::IntType = typename FloatIEEETraits<T>::IntType

Definition at line 493 of file itkMathDetail.h.

◆ UIntType

template<typename T>
using itk::Math::Detail::FloatIEEE< T >::UIntType = typename FloatIEEETraits<T>::UIntType

Definition at line 494 of file itkMathDetail.h.

Constructor & Destructor Documentation

◆ FloatIEEE() [1/2]

template<typename T>
itk::Math::Detail::FloatIEEE< T >::FloatIEEE ( FloatType  f)
inline

Definition at line 500 of file itkMathDetail.h.

◆ FloatIEEE() [2/2]

template<typename T>
itk::Math::Detail::FloatIEEE< T >::FloatIEEE ( IntType  i)
inline

Definition at line 503 of file itkMathDetail.h.

Member Function Documentation

◆ AsULP()

template<typename T>
IntType itk::Math::Detail::FloatIEEE< T >::AsULP ( ) const
inline

◆ Sign()

template<typename T>
bool itk::Math::Detail::FloatIEEE< T >::Sign ( ) const
inline

Member Data Documentation

◆ asFloat

template<typename T>
FloatType itk::Math::Detail::FloatIEEE< T >::asFloat

Definition at line 496 of file itkMathDetail.h.

Referenced by itk::Math::FloatAddULP().

◆ asInt

template<typename T>
IntType itk::Math::Detail::FloatIEEE< T >::asInt

◆ asUInt

template<typename T>
UIntType itk::Math::Detail::FloatIEEE< T >::asUInt

Definition at line 498 of file itkMathDetail.h.

Referenced by itk::Math::Detail::FloatIEEE< T >::Sign().


The documentation for this union was generated from the following file: