OpenMEEG
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
OpenMEEG::OrientedMesh Class Reference

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)
 
Meshmesh ()
 access mesh
 
const Meshmesh () const
 access mesh
 
int orientation () const
 orientation is +1 or -1 ?
 
void change_orientation ()
 

Detailed Description

An Oriented Mesh is a mesh associated with a boolean stating if it is well oriented.

Definition at line 24 of file interface.h.

Member Enumeration Documentation

◆ Orientation

Enumerator
Normal 
Opposite 

Definition at line 27 of file interface.h.

Constructor & Destructor Documentation

◆ OrientedMesh() [1/2]

OpenMEEG::OrientedMesh::OrientedMesh ( )
inline

Definition at line 29 of file interface.h.

◆ OrientedMesh() [2/2]

OpenMEEG::OrientedMesh::OrientedMesh ( Mesh m,
const Orientation  o 
)
inline

Definition at line 31 of file interface.h.

Member Function Documentation

◆ mesh() [1/2]

Mesh & OpenMEEG::OrientedMesh::mesh ( )
inline

access mesh

Definition at line 33 of file interface.h.

◆ mesh() [2/2]

const Mesh & OpenMEEG::OrientedMesh::mesh ( ) const
inline

access mesh

Definition at line 34 of file interface.h.

◆ orientation()

int OpenMEEG::OrientedMesh::orientation ( ) const
inline

orientation is +1 or -1 ?

Definition at line 36 of file interface.h.

◆ change_orientation()

void OpenMEEG::OrientedMesh::change_orientation ( )
inline

Definition at line 38 of file interface.h.


The documentation for this class was generated from the following file: