Public Member Functions | Private Attributes
rgrl_feature_set_label Class Reference

User-friendly label for the feature sets. More...

#include <rgrl_feature_set.h>

List of all members.

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_

Detailed Description

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.

See also:
rgrl_data_set

Definition at line 33 of file rgrl_feature_set.h.


Constructor & Destructor Documentation

rgrl_feature_set_label::rgrl_feature_set_label ( const vcl_string &  name = vcl_string())

Definition at line 25 of file rgrl_feature_set.cxx.


Member Function Documentation

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.


Member Data Documentation

vcl_string rgrl_feature_set_label::name_ [private]

Definition at line 53 of file rgrl_feature_set.h.


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