![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|
#include <geometry.h>


Public Member Functions | |
| box ()=default | |
| box (const coordinate_type &p1, const coordinate_type &p2) | |
| coordinate_type | get_min () const |
| coordinate_type & | get_min () |
| coordinate_type | get_max () const |
| coordinate_type & | get_max () |
| shape< CONFIG > * | clone () const |
| shape_type | type () const noexcept |
| box< CONFIG > | bbox () const |
| void | serialize (ostream &stream) const |
| void | deserialize (istream &stream) |
Public Member Functions inherited from mui::geometry::shape< CONFIG > | |
| virtual | ~shape () |
Additional Inherited Members | |
Protected Member Functions inherited from mui::geometry::shape< CONFIG > | |
| shape ()=default | |
| shape (shape &&) noexcept=default | |
| shape (const shape &)=default | |
| shape & | operator= (shape &&) noexcept=default |
| shape & | operator= (const shape &)=default |
|
default |
|
inline |
|
virtual |
Implements mui::geometry::shape< CONFIG >.
|
inlinevirtual |
Implements mui::geometry::shape< CONFIG >.
|
inlinevirtual |
Implements mui::geometry::shape< CONFIG >.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements mui::geometry::shape< CONFIG >.
|
inlinevirtualnoexcept |
Implements mui::geometry::shape< CONFIG >.