MCPcopy Create free account
hub / github.com/MITK/MITK / equals

Function equals

Modules/AlgorithmsExt/test/mitkLabeledImageToSurfaceFilterTest.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include <cmath>
20
21bool equals(const mitk::ScalarType &val1, const mitk::ScalarType &val2, mitk::ScalarType epsilon = mitk::eps)
22{
23 return (std::fabs(val1 - val2) <= epsilon);
24}
25
26int mitkLabeledImageToSurfaceFilterTest(int argc, char *argv[])
27{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected