#include <TreatCMatching.hpp>
Public Member Functions | |
Matching () | |
Matching (int, int, double, double, double) | |
bool | sameOne (Matching &) |
bool | sameTwo (Matching &) |
bool | isUpperMatching (Matching &) |
Public Attributes | |
double | r1 |
double | r2 |
double | r3 |
int | l1 |
int | l2 |
|
Constructor |
|
Constructor |
|
Is it an upper matching It is a fuzzy match method, return true if given object is upper-matching, false in the other case |
|
|
|
Same matching, test a common match object |
|
|
|
|
|
|
|
|
|
|