Represents a set of matches for a given feature type. More...
#include <vcl_vector.h>#include <vcl_cstddef.h>#include <rgrl/rgrl_feature_sptr.h>#include <rgrl/rgrl_feature_set.h>#include <rgrl/rgrl_object.h>#include <rgrl/rgrl_match_set_sptr.h>#include <vcl_iosfwd.h>Go to the source code of this file.
Classes | |
| class | rgrl_match_set |
| For each feature in the "from" set, there is a set of features in the "to" set. More... | |
| class | rgrl_match_set::match_info |
| Holds the details of match. More... | |
| class | rgrl_match_set_from_iterator |
| class | rgrl_match_set_const_from_iterator |
| class | rgrl_match_set_from_to_iterator |
| class | rgrl_match_set_const_from_to_iterator |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, rgrl_match_set const &set) |
| stream output. | |
| vcl_istream & | operator>> (vcl_istream &is, rgrl_match_set &set) |
| stream input. | |
Represents a set of matches for a given feature type.
Definition in file rgrl_match_set.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| rgrl_match_set const & | set | ||
| ) |
stream output.
Definition at line 493 of file rgrl_match_set.cxx.
| vcl_istream& operator>> | ( | vcl_istream & | is, |
| rgrl_match_set & | set | ||
| ) |
stream input.
Definition at line 501 of file rgrl_match_set.cxx.
1.7.5.1