Holds the details of match. More...
Public Member Functions | |
match_info (rgrl_feature_sptr to_feat) | |
geometric and cumulative weights are set to -1 to allow a safety check on their usage. | |
match_info (rgrl_feature_sptr to_feat, double geometric_wgt, double signature_wgt, double cumulative_wgt=0) | |
All the weights are initialized. | |
match_info (rgrl_feature_sptr to_feat, double signature_wgt) | |
Initialize the signature weight only. | |
Public Attributes | |
rgrl_feature_sptr | to_feature |
double | geometric_weight |
double | signature_weight |
double | cumulative_weight |
Holds the details of match.
Definition at line 177 of file rgrl_match_set.h.
rgrl_match_set::match_info::match_info | ( | rgrl_feature_sptr | to_feat | ) |
geometric and cumulative weights are set to -1 to allow a safety check on their usage.
Definition at line 513 of file rgrl_match_set.cxx.
rgrl_match_set::match_info::match_info | ( | rgrl_feature_sptr | to_feat, |
double | geometric_wgt, | ||
double | signature_wgt, | ||
double | cumulative_wgt = 0 |
||
) |
All the weights are initialized.
Definition at line 523 of file rgrl_match_set.cxx.
rgrl_match_set::match_info::match_info | ( | rgrl_feature_sptr | to_feat, |
double | signature_wgt | ||
) |
Initialize the signature weight only.
Definition at line 536 of file rgrl_match_set.cxx.
Definition at line 202 of file rgrl_match_set.h.
Definition at line 200 of file rgrl_match_set.h.
Definition at line 201 of file rgrl_match_set.h.
Definition at line 199 of file rgrl_match_set.h.