Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
geometry::two_d::ConvexHull< T >::PointCompare Class Reference

List of all members.

Public Member Functions

bool operator() (const PointType &p1, const PointType &p2)

Detailed Description

template<typename T>
class geometry::two_d::ConvexHull< T >::PointCompare

Comparison function.

Points are sorted according x coordinate, than y.


Member Function Documentation

template<typename T >
bool geometry::two_d::ConvexHull< T >::PointCompare::operator() ( const PointType p1,
const PointType p2 
) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines