#include <rgrl_match_set.h>
Definition at line 284 of file rgrl_match_set.h.
typedef rgrl_match_set::match_info rgrl_match_set_const_from_iterator::match_info [private] |
Definition at line 287 of file rgrl_match_set.h.
typedef vcl_vector< vcl_vector< match_info > >::size_type rgrl_match_set_const_from_iterator::size_type |
Definition at line 290 of file rgrl_match_set.h.
Definition at line 289 of file rgrl_match_set.h.
rgrl_match_set_const_from_iterator::rgrl_match_set_const_from_iterator | ( | ) |
Default constructor.
A default constructed iterator is, of course, invalid until it is set to point into a rgrl_match_set.
Definition at line 757 of file rgrl_match_set.cxx.
rgrl_match_set_const_from_iterator::rgrl_match_set_const_from_iterator | ( | rgrl_match_set_from_iterator const & | from_iter | ) |
copy constructor.
it is used to convert a from_iterator into const type
Definition at line 762 of file rgrl_match_set.cxx.
rgrl_match_set_const_from_iterator::rgrl_match_set_const_from_iterator | ( | rgrl_match_set const * | ms, |
vcl_vector< rgrl_feature_sptr >::size_type | ind | ||
) | [private] |
Definition at line 850 of file rgrl_match_set.cxx.
rgrl_match_set_const_from_iterator::to_iterator rgrl_match_set_const_from_iterator::begin | ( | ) | const |
The beginning of the set of "to" matches for this "from".
Definition at line 803 of file rgrl_match_set.cxx.
bool rgrl_match_set_const_from_iterator::empty | ( | ) | const |
Definition at line 827 of file rgrl_match_set.cxx.
rgrl_match_set_const_from_iterator::to_iterator rgrl_match_set_const_from_iterator::end | ( | ) | const |
The end of the set of "to" matches for this "from".
Definition at line 811 of file rgrl_match_set.cxx.
rgrl_feature_sptr const & rgrl_match_set_const_from_iterator::from_feature | ( | ) | const |
Definition at line 835 of file rgrl_match_set.cxx.
rgrl_feature_sptr const & rgrl_match_set_const_from_iterator::mapped_from_feature | ( | ) | const |
Definition at line 843 of file rgrl_match_set.cxx.
bool rgrl_match_set_const_from_iterator::operator!= | ( | const rgrl_match_set_const_from_iterator & | other | ) | const |
Definition at line 795 of file rgrl_match_set.cxx.
rgrl_match_set_const_from_iterator rgrl_match_set_const_from_iterator::operator+ | ( | int | RHS | ) |
Definition at line 779 of file rgrl_match_set.cxx.
rgrl_match_set_const_from_iterator & rgrl_match_set_const_from_iterator::operator++ | ( | ) |
Definition at line 771 of file rgrl_match_set.cxx.
rgrl_match_set_const_from_iterator rgrl_match_set_const_from_iterator::operator++ | ( | int | ) |
bool rgrl_match_set_const_from_iterator::operator== | ( | const rgrl_match_set_const_from_iterator & | other | ) | const |
Definition at line 787 of file rgrl_match_set.cxx.
rgrl_match_set_const_from_iterator::size_type rgrl_match_set_const_from_iterator::size | ( | ) | const |
The number of "to" matches for this "from".
Definition at line 819 of file rgrl_match_set.cxx.
friend class rgrl_match_set [friend] |
Definition at line 328 of file rgrl_match_set.h.
vcl_vector< rgrl_feature_sptr >::size_type rgrl_match_set_const_from_iterator::index_ [private] |
Definition at line 335 of file rgrl_match_set.h.
rgrl_match_set const* rgrl_match_set_const_from_iterator::match_set_ [private] |
Definition at line 334 of file rgrl_match_set.h.