OpenMEEG
|
An Oriented Mesh is a mesh associated with a boolean stating if it is well oriented. More...
#include <interface.h>
Public Types | |
enum | Orientation { Normal =1 , Opposite =-1 } |
Public Member Functions | |
OrientedMesh () | |
OrientedMesh (Mesh &m, const Orientation o) | |
Mesh & | mesh () |
access mesh | |
const Mesh & | mesh () const |
access mesh | |
int | orientation () const |
orientation is +1 or -1 ? | |
void | change_orientation () |
An Oriented Mesh is a mesh associated with a boolean stating if it is well oriented.
Definition at line 24 of file interface.h.
Enumerator | |
---|---|
Normal | |
Opposite |
Definition at line 27 of file interface.h.
|
inline |
Definition at line 29 of file interface.h.
|
inline |
Definition at line 31 of file interface.h.
|
inline |
access mesh
Definition at line 33 of file interface.h.
|
inline |
access mesh
Definition at line 34 of file interface.h.
|
inline |
orientation is +1 or -1 ?
Definition at line 36 of file interface.h.
|
inline |
Definition at line 38 of file interface.h.