Reference documentation for deal.II version GIT relicensing-214-g6e74dec06b 2024-03-27 18:10:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
boost::geometry::traits::indexed_access<::BoundingBox< dim, Number >, max_corner, D > Struct Template Reference

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

Static Public Member Functions

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

Detailed Description

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

Access to the D-th coordinate of the upper right corner of a BoundingBox.

Definition at line 82 of file bounding_box.h.

Member Function Documentation

◆ get()

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

Getter function for the D-th coordinate of the upper right corner of a BoundingBox.

Definition at line 89 of file bounding_box.h.

◆ set()

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

Setter function for the D-th coordinate of the upper right corner of a BoundingBox.

Definition at line 99 of file bounding_box.h.


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