OpenMEEG
Public Member Functions | Private Types | 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>

Inherits std::pair< Mesh *, bool >.

Public Member Functions

 OrientedMesh ()
 default constructors More...
 
 OrientedMesh (Mesh &_mesh, bool _inside)
 
Meshmesh ()
 access mesh More...
 
const Meshmesh () const
 access mesh More...
 
int orientation () const
 orientation is +1 or -1 ? More...
 

Private Types

typedef std::pair< Mesh *, bool > base
 

Detailed Description

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

Definition at line 53 of file interface.h.

Member Typedef Documentation

◆ base

typedef std::pair<Mesh *, bool> OpenMEEG::OrientedMesh::base
private

Definition at line 55 of file interface.h.

Constructor & Destructor Documentation

◆ OrientedMesh() [1/2]

OpenMEEG::OrientedMesh::OrientedMesh ( )
inline

default constructors

Definition at line 60 of file interface.h.

◆ OrientedMesh() [2/2]

OpenMEEG::OrientedMesh::OrientedMesh ( Mesh _mesh,
bool  _inside 
)
inline

Definition at line 62 of file interface.h.

Member Function Documentation

◆ mesh() [1/2]

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

access mesh

Definition at line 64 of file interface.h.

◆ mesh() [2/2]

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

access mesh

Definition at line 65 of file interface.h.

◆ orientation()

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

orientation is +1 or -1 ?

Definition at line 66 of file interface.h.


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