a HalfSpace is a pair of Interface and boolean A simple domain (HalfSpace) is given by an interface (of type Interface) identifying a closed surface and a side information.
More...
#include <domain.h>
Inherits pair< Interface, bool >.
a HalfSpace is a pair of Interface and boolean A simple domain (HalfSpace) is given by an interface (of type Interface) identifying a closed surface and a side information.
The closed surface split the space into two components. The side depicts which of these two components is the simple domain.
Definition at line 58 of file domain.h.
◆ base
◆ HalfSpace() [1/2]
OpenMEEG::HalfSpace::HalfSpace |
( |
| ) |
|
|
inline |
◆ HalfSpace() [2/2]
OpenMEEG::HalfSpace::HalfSpace |
( |
Interface & |
_interface, |
|
|
const bool |
_inside |
|
) |
| |
|
inline |
◆ ~HalfSpace()
OpenMEEG::HalfSpace::~HalfSpace |
( |
| ) |
|
|
inline |
◆ interface() [1/2]
Interface& OpenMEEG::HalfSpace::interface |
( |
| ) |
|
|
inline |
◆ interface() [2/2]
const Interface& OpenMEEG::HalfSpace::interface |
( |
| ) |
const |
|
inline |
◆ inside()
const bool& OpenMEEG::HalfSpace::inside |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/openmeeg-2.4.1/OpenMEEG/include/domain.h