MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
Box< DIM > Struct Template Reference

#include <pointbox.h>

Inheritance diagram for Box< DIM >:
[legend]

Public Member Functions

 Box ()=default
 
 Box (const Point< DIM > &mylo, const Point< DIM > &myhi)
 

Public Attributes

Point< DIM > lo
 
Point< DIM > hi
 

Detailed Description

template<MInt DIM>
struct Box< DIM >

Definition at line 48 of file pointbox.h.

Constructor & Destructor Documentation

◆ Box() [1/2]

template<MInt DIM>
Box< DIM >::Box ( )
default

◆ Box() [2/2]

template<MInt DIM>
Box< DIM >::Box ( const Point< DIM > &  mylo,
const Point< DIM > &  myhi 
)
inline

Definition at line 51 of file pointbox.h.

51: lo(mylo), hi(myhi) {}
Point< DIM > lo
Definition: pointbox.h:49
Point< DIM > hi
Definition: pointbox.h:49

Member Data Documentation

◆ hi

template<MInt DIM>
Point<DIM> Box< DIM >::hi

Definition at line 49 of file pointbox.h.

◆ lo

template<MInt DIM>
Point<DIM> Box< DIM >::lo

Definition at line 49 of file pointbox.h.


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