40 #include <OpenMS/OpenMSConfig.h> 104 const PointArrayType& getHullPoints()
const;
107 void setHullPoints(
const PointArrayType& points);
114 bool addPoint(
const PointType& point);
118 void addPoints(
const PointArrayType& points);
142 void expandToBoundingBox();
154 bool encloses(
const PointType& point)
const;
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
HullPointType map_points_
internal structure maintaining the hull and enabling queries to encloses()
Definition: ConvexHull2D.h:158
std::vector< PointType > PointArrayType
Definition: ConvexHull2D.h:76
DPosition< 2 > PointType
Definition: ConvexHull2D.h:75
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
PointArrayType outer_points_
just the list of points of the outer hull (derived from map_points_ or given by user) ...
Definition: ConvexHull2D.h:161
A 2-dimensional hull representation in [counter]clockwise direction - depending on axis labelling...
Definition: ConvexHull2D.h:72
PointArrayType::size_type SizeType
Definition: ConvexHull2D.h:77
PointArrayType::const_iterator PointArrayTypeConstIterator
Definition: ConvexHull2D.h:78
Map< PointType::CoordinateType, DBoundingBox< 1 > > HullPointType
Definition: ConvexHull2D.h:80
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46