gr::PairFilterConcept Struct Reference
#include <PointPairFilter.h>
Inheritance diagram for gr::PairFilterConcept:
Collaboration diagram for gr::PairFilterConcept:Classes | |
| struct | Options |
Public Member Functions | |
| template<typename PointType , typename WantedOptionsAndMore > | |
| std::pair< bool, bool > | operator() (const PointType &, const PointType &, typename PointType::Scalar, const PointType &, const PointType &, const WantedOptionsAndMore &) |
| Verify that the 2 points found in Q are similar to 2 of the points in the base. Return a pair of bool, according of the right addition of the pair (p,q) or (q,p) in the congruent set. More... | |
Member Function Documentation
template<typename PointType , typename WantedOptionsAndMore >
|
inline |
Verify that the 2 points found in Q are similar to 2 of the points in the base. Return a pair of bool, according of the right addition of the pair (p,q) or (q,p) in the congruent set.
The documentation for this struct was generated from the following file:
- /home/travis/build/STORM-IRIT/OpenGR/src/gr/algorithms/PointPairFilter.h

1.8.11