ITK  5.0.0
Insight Segmentation and Registration Toolkit
Static Public Member Functions | List of all members
itk::Math::Detail::AlmostEqualsFloatVsFloat Struct Reference

#include <itkMath.h>

Detailed Description

Definition at line 346 of file itkMath.h.

Static Public Member Functions

template<typename TFloatType1 , typename TFloatType2 >
static bool AlmostEqualsFunction (TFloatType1 x1, TFloatType2 x2)
 
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)
 

Member Function Documentation

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

Definition at line 349 of file itkMath.h.

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

Definition at line 356 of file itkMath.h.

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

Definition at line 363 of file itkMath.h.

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

Definition at line 370 of file itkMath.h.

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

Definition at line 377 of file itkMath.h.


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