Space-efficient geometric algorithms and data structures

By Ilya Katz and Hervé Brönnimann    

PQComp Struct Template Reference

#include <intersection.hpp>


Detailed Description

template<class Geometry>
struct PQComp< Geometry >

CHANGE THIS VALUE TO INT MAX.

Definition at line 21 of file intersection.hpp.

Public Types

typedef DataNode< Geometry > * node_type
typedef Geometry::line_type line_type

Public Member Functions

bool operator() (const node_type &a, const node_type &b)

Data Fields

Geometry geom


Member Typedef Documentation

typedef Geometry::line_type line_type
 

Definition at line 24 of file intersection.hpp.

typedef DataNode<Geometry>* node_type
 

Definition at line 23 of file intersection.hpp.


Member Function Documentation

bool operator() const node_type a,
const node_type b
 

Definition at line 26 of file intersection.hpp.


Field Documentation

Geometry geom
 

Definition at line 30 of file intersection.hpp.


Code Documentation generated Using Doxygen

Copyright © Ilya Katz and Hervé Brönnimann, 2005.