Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::BruteForceConvexHull::CmpSegment Struct Reference

Public Member Functions

bool cmp_point (const Point &p1, const Point &p2) const
 
bool operator() (const Segment &s1, const Segment &s2)
 

Detailed Description

Definition at line 349 of file geom_algorithms.H.

Member Function Documentation

◆ cmp_point()

bool Aleph::BruteForceConvexHull::CmpSegment::cmp_point ( const Point p1,
const Point p2 
) const
inline

Definition at line 351 of file geom_algorithms.H.

References Aleph::maps().

Referenced by operator()().

◆ operator()()

bool Aleph::BruteForceConvexHull::CmpSegment::operator() ( const Segment s1,
const Segment s2 
)
inline

Definition at line 359 of file geom_algorithms.H.

References cmp_point(), and Aleph::maps().


The documentation for this struct was generated from the following file: