Reference documentation for deal.II version GIT relicensing-249-g48dc7357c7 2024-03-29 12:30:02+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
Public Member Functions | List of all members
BoundingBox< 0, Number > Class Template Reference

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

Public Member Functions

 BoundingBox ()
 
 BoundingBox (const std::pair< Point< 0, Number >, Point< 0, Number > > &)
 
template<class Container >
 BoundingBox (const Container &)
 

Detailed Description

template<typename Number>
class BoundingBox< 0, Number >

Specialization of BoundingBox for spacedim 0. This class exists to enable dimension-independent programming but unconditionally throws an exception in its constructor.

Definition at line 393 of file bounding_box.h.

Constructor & Destructor Documentation

◆ BoundingBox() [1/3]

template<typename Number >
BoundingBox< 0, Number >::BoundingBox ( )

Default constructor. Throws an exception.

◆ BoundingBox() [2/3]

template<typename Number >
BoundingBox< 0, Number >::BoundingBox ( const std::pair< Point< 0, Number >, Point< 0, Number > > &  )

Equivalent two-point constructor. Throws an exception.

◆ BoundingBox() [3/3]

template<typename Number >
template<class Container >
BoundingBox< 0, Number >::BoundingBox ( const Container &  )

Equivalent container constructor. Throws an exception.


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