ITK  5.4.0
Insight Toolkit
Static Public Member Functions | List of all members
itk::Math::Detail::AlmostEqualsFloatVsFloat Struct Reference

#include <itkMath.h>

Detailed Description

Definition at line 350 of file itkMath.h.

Static Public Member Functions

template<typename TFloatType1 , typename TFloatType2 >
static bool AlmostEqualsFunction (double x1, double x2)
 
template<typename TFloatType1 , typename TFloatType2 >
static bool AlmostEqualsFunction (double x1, float x2)
 
template<typename TFloatType1 , typename TFloatType2 >
static bool AlmostEqualsFunction (float x1, double x2)
 
template<typename TFloatType1 , typename TFloatType2 >
static bool AlmostEqualsFunction (float x1, float x2)
 
template<typename TFloatType1 , typename TFloatType2 >
static bool AlmostEqualsFunction (TFloatType1 x1, TFloatType2 x2)
 

Member Function Documentation

◆ AlmostEqualsFunction() [1/5]

template<typename TFloatType1 , typename TFloatType2 >
static bool itk::Math::Detail::AlmostEqualsFloatVsFloat::AlmostEqualsFunction ( double  x1,
double  x2 
)
inlinestatic

Definition at line 361 of file itkMath.h.

◆ AlmostEqualsFunction() [2/5]

template<typename TFloatType1 , typename TFloatType2 >
static bool itk::Math::Detail::AlmostEqualsFloatVsFloat::AlmostEqualsFunction ( double  x1,
float  x2 
)
inlinestatic

Definition at line 368 of file itkMath.h.

◆ AlmostEqualsFunction() [3/5]

template<typename TFloatType1 , typename TFloatType2 >
static bool itk::Math::Detail::AlmostEqualsFloatVsFloat::AlmostEqualsFunction ( float  x1,
double  x2 
)
inlinestatic

Definition at line 375 of file itkMath.h.

◆ AlmostEqualsFunction() [4/5]

template<typename TFloatType1 , typename TFloatType2 >
static bool itk::Math::Detail::AlmostEqualsFloatVsFloat::AlmostEqualsFunction ( float  x1,
float  x2 
)
inlinestatic

Definition at line 382 of file itkMath.h.

◆ AlmostEqualsFunction() [5/5]

template<typename TFloatType1 , typename TFloatType2 >
static bool itk::Math::Detail::AlmostEqualsFloatVsFloat::AlmostEqualsFunction ( TFloatType1  x1,
TFloatType2  x2 
)
inlinestatic

Definition at line 354 of file itkMath.h.


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