40 #include <OpenMS/OpenMSConfig.h> 80 typedef std::map<PointType::CoordinateType, DBoundingBox<1> >
HullPointType;
142 void expandToBoundingBox();
154 bool encloses(
const PointType& point)
const;
DPosition< 2 > PointType
Definition: ConvexHull2D.h:75
std::map< PointType::CoordinateType, DBoundingBox< 1 > > HullPointType
Definition: ConvexHull2D.h:80
PointArrayType outer_points_
just the list of points of the outer hull (derived from map_points_ or given by user) ...
Definition: ConvexHull2D.h:161
std::vector< PointType > PointArrayType
Definition: ConvexHull2D.h:76
PointArrayType::const_iterator PointArrayTypeConstIterator
Definition: ConvexHull2D.h:78
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
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
HullPointType map_points_
internal structure maintaining the hull and enabling queries to encloses()
Definition: ConvexHull2D.h:158
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127