![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|
#include <span.h>
Public Member Functions | |
| span () | |
| span | operator|| (const geometry::any_shape< CONFIG > &s) |
| void | operator&& (const geometry::any_shape< CONFIG > &s) |
| void | reset () |
| bool | collide (const geometry::any_shape< CONFIG > &other) const |
| bool | collide (const span &other) const |
| geometry::box< CONFIG > | bbox () const |
| void | serialize (ostream &stream) const |
| void | deserialize (istream &stream) |
Protected Types | |
| using | container = std::vector< geometry::any_shape< CONFIG > > |
Protected Attributes | |
| container | parts |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |