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

Result of a point location query. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::TrapezoidalMapPointLocation::LocationResult:
[legend]

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.
 

Detailed Description

Result of a point location query.

Definition at line 13027 of file geom_algorithms.H.

Member Data Documentation

◆ point_index

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.

◆ segment_index

size_t Aleph::TrapezoidalMapPointLocation::LocationResult::segment_index

Index of the segment the point lies on.

Definition at line 13031 of file geom_algorithms.H.

◆ trapezoid_index

size_t Aleph::TrapezoidalMapPointLocation::LocationResult::trapezoid_index

Index of the containing trapezoid (if any).

Definition at line 13030 of file geom_algorithms.H.

◆ type

LocationType Aleph::TrapezoidalMapPointLocation::LocationResult::type

Classification of the point location.

Definition at line 13029 of file geom_algorithms.H.


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