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 pair< Mesh *, bool >.

Public Member Functions

 OrientedMesh ()
 default constructors More...
 
 OrientedMesh (Mesh &_mesh, bool _inside)
 

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.


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