CGAL 5.1.2 - 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_2<Traits,Dcel> 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>
CGAL_ARR_POINT_LOCATION_VERSION
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, boost::variant<Arrangement::Vertex_const_handle, Arrangement::Halfedge_const_handle, Arrangement::Face_const_handle> if CGAL_ARR_POINT_LOCATION_VERSION == 2, which is the default, otherwise CGAL::Object . | |