moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
IsApprox< T1, T2 > Struct Template Reference

#include <eigen_test_utils.hpp>

Public Member Functions

 IsApprox (double prec_)
::testing::AssertionResult operator() (const char *expr1, const char *expr2, T1 val1, T2 val2)

Public Attributes

double prec_

Detailed Description

template<typename T1, typename T2>
struct IsApprox< T1, T2 >

Predicate to compare two Eigen entities

Definition at line 53 of file eigen_test_utils.hpp.

Constructor & Destructor Documentation

◆ IsApprox()

template<typename T1, typename T2>
IsApprox< T1, T2 >::IsApprox ( double prec_)
inline

Definition at line 56 of file eigen_test_utils.hpp.

Member Function Documentation

◆ operator()()

template<typename T1, typename T2>
::testing::AssertionResult IsApprox< T1, T2 >::operator() ( const char * expr1,
const char * expr2,
T1 val1,
T2 val2 )
inline

Definition at line 60 of file eigen_test_utils.hpp.

Member Data Documentation

◆ prec_

template<typename T1, typename T2>
double IsApprox< T1, T2 >::prec_

Definition at line 55 of file eigen_test_utils.hpp.


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