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_box_box< CalculationType > Class Template Reference

Strategy to calculate comparable distance between two boxes. More...

#include <distance_pythagoras_box_box.hpp>

Classes

struct  calculation_type
 

Static Public Member Functions

template<typename Box1 , typename Box2 >
static calculation_type< Box1,
Box2 >::type 
apply (Box1 const &box1, Box2 const &box2)
 

Detailed Description

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

Strategy to calculate comparable distance between two boxes.

Template Parameters
Box1
Box2
CalculationType

Member Function Documentation

template<typename CalculationType = void>
template<typename Box1 , typename Box2 >
static calculation_type<Box1, Box2>::type boost::geometry::strategy::distance::comparable::pythagoras_box_box< CalculationType >::apply ( Box1 const &  box1,
Box2 const &  box2 
)
inlinestatic

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