CGAL 6.0.1 - 2D Arrangements
|
#include <CGAL/Arr_point_location_result.h>
A unary metafunction to determine the return type of a point-location or vertical ray-shoot query.
Arrangement | must be an instance of the CGAL::Arrangement_on_surface_2<GeometryTraits,Topology> class template. |
ArrangementPointLocation_2
ArrangementVerticalRayShoot_2
CGAL::Arr_naive_point_location<Arrangement>
CGAL::Arr_walk_along_line_point_location<Arrangement>
CGAL::Arr_landmarks_point_location<Arrangement,Generator>
CGAL::Arr_trapezoid_ric_point_location<Arrangement>
Public Types | |
typedef unspecified_type | Type |
The type of the arrangement feature that is the result of a point-location query or a vertical ray-shoot query, namely, std::variant<Arrangement_on_surface_2::Vertex_const_handle, Arrangement_on_surface_2::Halfedge_const_handle, Arrangement_on_surface_2::Face_const_handle> | |