Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::strategy::distance::comparable::pythagoras_point_box< CalculationType > Class Template Reference

Strategy to calculate comparable distance between a point and a box. More...

#include <distance_pythagoras_point_box.hpp>

Classes

struct  calculation_type
 

Static Public Member Functions

template<typename Point , typename Box >
static calculation_type< Point,
Box >::type 
apply (Point const &point, Box const &box)
 

Detailed Description

template<typename CalculationType = void>
class boost::geometry::strategy::distance::comparable::pythagoras_point_box< CalculationType >

Strategy to calculate comparable distance between a point and a box.

Template Parameters
Point
Box
CalculationType

Member Function Documentation

template<typename CalculationType = void>
template<typename Point , typename Box >
static calculation_type<Point, Box>::type boost::geometry::strategy::distance::comparable::pythagoras_point_box< CalculationType >::apply ( Point const &  point,
Box const &  box 
)
inlinestatic

The documentation for this class was generated from the following file: