\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.14 - Classification
CGAL::Classification::Feature::Height_below< GeomTraits, PointRange, PointMap > Class Template Reference

#include <CGAL/Classification/Feature/Height_below.h>

Inherits from

CGAL::Classification::Feature_base.

Definition

Feature based on local height distribution This feature computes the distance between a point's height and the minimum height on the local cell of the planimetric grid.

Its default name is "height_below".

Template Parameters
GeomTraitsmodel of CGAL Kernel.
PointRangemodel of ConstRange. Its iterator type is RandomAccessIterator and its value type is the key type of PointMap.
PointMapmodel of ReadablePropertyMap whose key type is the value type of the iterator of PointRange and value type is GeomTraits::Point_3.

Public Member Functions

 Height_below (const PointRange &input, PointMap point_map, const Grid &grid)
 Constructs the feature. More...
 
- Public Member Functions inherited from CGAL::Classification::Feature_base
const std::string & name () const
 Returns the name of the feature (initialized to abstract_feature for Feature_base).
 
void set_name (const std::string &name)
 Changes the name of the feature.
 
virtual float value (std::size_t index)=0
 Returns the value taken by the feature for at the item for the item at position index. More...
 

Constructor & Destructor Documentation

◆ Height_below()

template<typename GeomTraits , typename PointRange , typename PointMap >
CGAL::Classification::Feature::Height_below< GeomTraits, PointRange, PointMap >::Height_below ( const PointRange &  input,
PointMap  point_map,
const Grid grid 
)

Constructs the feature.

Parameters
inputpoint range.
point_mapproperty map to access the input points.
gridprecomputed Planimetric_grid.