Home
last modified time | relevance | path

Searched defs:Arr_point_location_result (Results 1 – 1 of 1) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_point_location_result.h57 struct Arr_point_location_result { struct
58 typedef Arrangement_ Arrangement_2;
65 typedef CGAL::Object Type;
69 Face_const_handle> Type;
71 typedef Type type;
83 inline Type make_result(T t) { return CGAL::make_object(t); } in make_result()
86 inline CGAL::Object empty_optional_result() { return CGAL::Object(); } in empty_optional_result()
94 inline Type make_result(T t) { return Type(t); } in make_result()
97 inline boost::optional<Type> empty_optional_result() in empty_optional_result()
102 inline const T* assign(const Type* obj) { return boost::get<T>(obj); } in assign()
[all …]