OpenMEEG
|
An Oriented Mesh is a mesh associated with a boolean stating if it is well oriented. More...
#include <interface.h>
Inherits pair< Mesh *, bool >.
Public Member Functions | |
OrientedMesh () | |
default constructors More... | |
OrientedMesh (Mesh &_mesh, bool _inside) | |
Mesh & | mesh () |
access mesh More... | |
const Mesh & | mesh () const |
access mesh More... | |
int | orientation () const |
orientation is +1 or -1 ? More... | |
Private Types | |
typedef std::pair< Mesh *, bool > | base |
An Oriented Mesh is a mesh associated with a boolean stating if it is well oriented.
Definition at line 53 of file interface.h.
|
private |
Definition at line 55 of file interface.h.
|
inline |
default constructors
Definition at line 60 of file interface.h.
|
inline |
Definition at line 62 of file interface.h.
|
inline |
access mesh
Definition at line 64 of file interface.h.
|
inline |
access mesh
Definition at line 65 of file interface.h.
|
inline |
orientation is +1 or -1 ?
Definition at line 66 of file interface.h.