#include "gtest/gtest.h"
#include "itkNumericTraits.h"
#include <cmath>
Go to the source code of this file.
◆ ITK_EXPECT_VECTOR_NEAR
#define ITK_EXPECT_VECTOR_NEAR |
( |
| val1, |
|
|
| val2, |
|
|
| rmsError ) |
Value:
inline ::testing::AssertionResult VectorDoubleRMSPredFormat(const char *expr1, const char *expr2, const char *rmsErrorExpr, const T1 &val1, const T2 &val2, double rmsError)
A custom GTest macro for comparing 2 itk array-like objects. This verifies that the root mean squares error between the two array-like objects doesn't exceed the given error.
Definition at line 33 of file itkGTestPredicate.h.