|
template<typename Geometry , typename Box , typename Strategy > |
void | boost::geometry::envelope (Geometry const &geometry, Box &mbr, Strategy const &strategy) |
| Calculates the envelope (with strategy) of a geometry. More...
|
|
template<typename Geometry , typename Box > |
void | boost::geometry::envelope (Geometry const &geometry, Box &mbr) |
| Calculates the envelope of a geometry. More...
|
|
template<typename Box , typename Geometry , typename Strategy > |
Box | boost::geometry::return_envelope (Geometry const &geometry, Strategy const &strategy) |
| Calculates the envelope of a geometry. More...
|
|
template<typename Box , typename Geometry > |
Box | boost::geometry::return_envelope (Geometry const &geometry) |
| Calculates the envelope of a geometry. More...
|
|