summaryrefslogtreecommitdiff
path: root/boost/geometry/geometries/concepts/box_concept.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/geometries/concepts/box_concept.hpp')
-rw-r--r--boost/geometry/geometries/concepts/box_concept.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/boost/geometry/geometries/concepts/box_concept.hpp b/boost/geometry/geometries/concepts/box_concept.hpp
index de7572a936..c96d39f6a4 100644
--- a/boost/geometry/geometries/concepts/box_concept.hpp
+++ b/boost/geometry/geometries/concepts/box_concept.hpp
@@ -30,21 +30,6 @@
namespace boost { namespace geometry { namespace concepts
{
-
-/*!
-\brief Box concept
-\ingroup concepts
-\par Formal definition:
-The box concept is defined as following:
-- there must be a specialization of traits::tag defining box_tag as type
-- there must be a specialization of traits::point_type to define the
- underlying point type (even if it does not consist of points, it should define
- this type, to indicate the points it can work with)
-- there must be a specialization of traits::indexed_access, per index
- (min_corner, max_corner) and per dimension, with two functions:
- - get to get a coordinate value
- - set to set a coordinate value (this one is not checked for ConstBox)
-*/
template <typename Geometry>
class Box
{