|
Space-efficient geometric algorithms and data structuresBy Ilya Katz and Hervé Brönnimann |
#include <functions.hpp>
Collaboration diagram for vertical_compare< Node >:

Definition at line 79 of file functions.hpp.
Public Types | |
| typedef cgl< double > | Geometry |
| typedef Node::line_type | line_type |
| typedef Node::coord_type | coord_type |
| typedef Node::point_type | point_type |
Public Member Functions | |
| vertical_compare (Geometry &g, coord_type &p) | |
| bool | operator() (const Node &a, const Node &b) |
| bool | operator() (const line_type &l1, const line_type &l2) |
Private Attributes | |
| Geometry | geom |
| coord_type & | m_p |
Code Documentation generated Using Doxygen
Copyright © Ilya Katz and Hervé Brönnimann, 2005, 2006.