|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of a point location query. More...
#include <geom_algorithms.H>
Public Attributes | |
| LocationType | type |
| Classification of the point location. | |
| size_t | trapezoid_index |
| Index of the containing trapezoid (if any). | |
| size_t | segment_index |
| Index of the segment the point lies on. | |
| size_t | point_index |
| Index of the point the query point coincides with. | |
Result of a point location query.
Definition at line 13027 of file geom_algorithms.H.
| size_t Aleph::TrapezoidalMapPointLocation::LocationResult::point_index |
Index of the point the query point coincides with.
Definition at line 13032 of file geom_algorithms.H.
| size_t Aleph::TrapezoidalMapPointLocation::LocationResult::segment_index |
Index of the segment the point lies on.
Definition at line 13031 of file geom_algorithms.H.
| size_t Aleph::TrapezoidalMapPointLocation::LocationResult::trapezoid_index |
Index of the containing trapezoid (if any).
Definition at line 13030 of file geom_algorithms.H.
| LocationType Aleph::TrapezoidalMapPointLocation::LocationResult::type |
Classification of the point location.
Definition at line 13029 of file geom_algorithms.H.