15#ifndef dealii_boost_adaptor_bounding_box_h
16#define dealii_boost_adaptor_bounding_box_h
25#include <boost/geometry/core/coordinate_dimension.hpp>
26#include <boost/geometry/core/coordinate_system.hpp>
27#include <boost/geometry/core/coordinate_type.hpp>
28#include <boost/geometry/core/cs.hpp>
29#include <boost/geometry/core/tag.hpp>
30#include <boost/geometry/strategies/strategies.hpp>
46 template <
int dim,
class Number>
55 template <
int dim,
class Number>
65 template <
int dim,
class Number, std::
size_t D>
67#if DEAL_II_BOOST_VERSION_GTE(1, 89, 0)
84 get(const ::BoundingBox<dim, Number> &box)
86 return box.get_boundary_points().first[D];
104 template <
int dim,
class Number, std::
size_t D>
106#if DEAL_II_BOOST_VERSION_GTE(1, 89, 0)
123 get(const ::BoundingBox<dim, Number> &box)
125 return box.get_boundary_points().second[D];
std::pair< Point< spacedim, Number >, Point< spacedim, Number > > & get_boundary_points()
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
#define DEAL_II_NAMESPACE_CLOSE
#define DEAL_II_ENABLE_EXTRA_DIAGNOSTICS
static void set(::BoundingBox< dim, Number > &box, Number value)
static double get(const ::BoundingBox< dim, Number > &box)
static void set(::BoundingBox< dim, Number > &box, Number value)
static double get(const ::BoundingBox< dim, Number > &box)