Public Member Functions | Public Attributes
rgrl_match_set::match_info Class Reference

Holds the details of match. More...

List of all members.

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

Detailed Description

Holds the details of match.

Definition at line 177 of file rgrl_match_set.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following files: