Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
mitkEqual.h File Reference
#include <cmath>
#include <iomanip>
#include "mitkLog.h"
#include "mitkNumericConstants.h"

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 

Functions

template<typename DifferenceType >
bool mitk::DifferenceBiggerOrEqualEps (DifferenceType diff, mitk::ScalarType epsilon=mitk::eps)
 
template<typename ElementToOutput1 , typename ElementToOutput2 >
void mitk::ConditionalOutputOfDifference (ElementToOutput1 elem1, ElementToOutput2 elem2, mitk::ScalarType eps, bool verbose, bool isEqual)
 
bool mitk::Equal (ScalarType scalar1, ScalarType scalar2, ScalarType eps=mitk::eps, bool verbose=false)