CGAL 5.2.2 - Classification
|
Features are defined as scalar fields that associates each input item with a specific value.
Classes | |
class | CGAL::Classification::Feature_base |
Abstract class describing a classification feature that associates a scalar value to each item of the classification input. More... | |
class | CGAL::Classification::Feature_handle |
Handle to a Feature_base . More... | |
class | CGAL::Classification::Feature_set |
Set of features (see Feature_base ) used as input by classification algorithms. More... | |
Functions | |
template<typename FeatureType > | |
FeatureType * | CGAL::Classification::feature_cast (Feature_handle fh) |
casts a feature handle to a specialized feature pointer. | |