15#ifndef dealii_boost_adaptor_point_h
16#define dealii_boost_adaptor_point_h
23#include <boost/geometry/core/coordinate_dimension.hpp>
24#include <boost/geometry/core/coordinate_system.hpp>
25#include <boost/geometry/core/coordinate_type.hpp>
26#include <boost/geometry/core/cs.hpp>
27#include <boost/geometry/core/tag.hpp>
28#include <boost/geometry/strategies/strategies.hpp>
44 template <
int dim,
class Number>
45 struct tag<::
Point<dim, Number>>
53 template <
int dim,
class Number>
54 struct coordinate_type<::
Point<dim, Number>>
63 template <
int dim,
class Number>
64 struct coordinate_system<::
Point<dim, Number>>
66 using type = cs::cartesian;
72 template <
int dim,
class Number>
79 template <std::
size_t D,
int dim,
class Number>
80 struct access<::
Point<dim, Number>, D>
83 get(const ::Point<dim, Number> &p)
#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(::Point< dim, Number > &p, Number value)
static double get(const ::Point< dim, Number > &p)