Searched defs:get_radius (Results 1 – 4 of 4) sorted by relevance
37 struct get_radius struct39 typedef typename geometry::radius_type<RadiusTypeOrSphere>::type type;40 static type apply(RadiusTypeOrSphere const& sphere) in apply()47 struct get_radius<RadiusTypeOrSphere, void> struct49 typedef RadiusTypeOrSphere type;50 static type apply(RadiusTypeOrSphere const& radius) in apply()58 struct get_radius<Point, point_tag> struct64 >::type type;68 apply(RadiusOrSphere const& radius_or_sphere) in apply()
56 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::sphere
79 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::spheroid
126 inline typename radius_type<Geometry>::type get_radius(Geometry const& geometry) in get_radius() function