User-friendly label for the feature sets. More...
#include <rgrl_feature_set.h>
Public Member Functions | |
rgrl_feature_set_label (const vcl_string &name=vcl_string()) | |
vcl_string const & | name () const |
return name. | |
bool | operator== (rgrl_feature_set_label const &other) const |
bool | operator!= (rgrl_feature_set_label const &other) const |
bool | operator< (rgrl_feature_set_label const &other) const |
Private Attributes | |
vcl_string | name_ |
User-friendly label for the feature sets.
The labels are used to refer to the feature sets in the context of an rgrl_data_set.
Definition at line 33 of file rgrl_feature_set.h.
rgrl_feature_set_label::rgrl_feature_set_label | ( | const vcl_string & | name = vcl_string() | ) |
Definition at line 25 of file rgrl_feature_set.cxx.
vcl_string const& rgrl_feature_set_label::name | ( | void | ) | const [inline] |
return name.
Definition at line 40 of file rgrl_feature_set.h.
bool rgrl_feature_set_label::operator!= | ( | rgrl_feature_set_label const & | other | ) | const |
Definition at line 41 of file rgrl_feature_set.cxx.
bool rgrl_feature_set_label::operator< | ( | rgrl_feature_set_label const & | other | ) | const |
Definition at line 49 of file rgrl_feature_set.cxx.
bool rgrl_feature_set_label::operator== | ( | rgrl_feature_set_label const & | other | ) | const |
Definition at line 33 of file rgrl_feature_set.cxx.
vcl_string rgrl_feature_set_label::name_ [private] |
Definition at line 53 of file rgrl_feature_set.h.