ITK  4.13.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 349 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 352 of file itkMath.h.

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

Definition at line 359 of file itkMath.h.

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

Definition at line 366 of file itkMath.h.

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

Definition at line 373 of file itkMath.h.

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

Definition at line 380 of file itkMath.h.


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