Reference documentation for deal.II version 9.1.0-pre
Static Public Member Functions | List of all members
boost::geometry::traits::indexed_access<::BoundingBox< dim, Number >, min_corner, D > Struct Template Reference

#include <deal.II/boost_adaptors/bounding_box.h>

Static Public Member Functions

static double get (::BoundingBox< dim, Number > const &box)
 
static void set (::BoundingBox< dim, Number > &box, Number value)
 

Detailed Description

template<int dim, class Number, size_t D>
struct boost::geometry::traits::indexed_access<::BoundingBox< dim, Number >, min_corner, D >

Access to the D-th coordinate of the lower left corner of a BoundingBox.

Definition at line 54 of file bounding_box.h.

Member Function Documentation

template<int dim, class Number , size_t D>
static double boost::geometry::traits::indexed_access<::BoundingBox< dim, Number >, min_corner, D >::get ( ::BoundingBox< dim, Number > const &  box)
inlinestatic

Getter function for the D-th coordinate of the lower left corner of a BoundingBox.

Definition at line 61 of file bounding_box.h.

template<int dim, class Number , size_t D>
static void boost::geometry::traits::indexed_access<::BoundingBox< dim, Number >, min_corner, D >::set ( ::BoundingBox< dim, Number > &  box,
Number  value 
)
inlinestatic

Setter function for the D-th coordinate of the lower left corner of a BoundingBox.

Definition at line 71 of file bounding_box.h.


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