16 #ifndef dealii_boost_adaptor_bounding_box_h
17 #define dealii_boost_adaptor_bounding_box_h
35 template <
int dim,
class Number>
44 template <
int dim,
class Number>
54 template <
int dim,
class Number, std::
size_t D>
55 struct indexed_access<::
BoundingBox<dim, Number>, min_corner, D>
62 get(const ::BoundingBox<dim, Number> &box)
64 return box.get_boundary_points().first[D];
82 template <
int dim,
class Number, std::
size_t D>
83 struct indexed_access<::
BoundingBox<dim, Number>, max_corner, D>
90 get(const ::BoundingBox<dim, Number> &box)
92 return box.get_boundary_points().second[D];
std::pair< Point< spacedim, Number >, Point< spacedim, Number > > & get_boundary_points()
static double get(const ::BoundingBox< dim, Number > &box)
static void set(::BoundingBox< dim, Number > &box, Number value)
static void set(::BoundingBox< dim, Number > &box, Number value)
static double get(const ::BoundingBox< dim, Number > &box)