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

a SimpleDomain is a pair of an Interface and a boolean. More...

#include <domain.h>

Public Types

enum  Side { Inside , Outside }
 

Public Member Functions

 SimpleDomain ()
 
 SimpleDomain (Interface &i, const Side s)
 
 ~SimpleDomain ()
 
Interfaceinterface ()
 
const Interfaceinterface () const
 
bool inside () const
 
int mesh_orientation (const OrientedMesh &omesh) const
 

Detailed Description

a SimpleDomain is a pair of an Interface and a boolean.

A simple domain (SimpleDomain) is given by an interface (of type Interface) identifying a closed surface and a side information. The closed surface/interface splits the space into two components. The side depicts which of these two components is the simple domain.

Definition at line 27 of file domain.h.

Member Enumeration Documentation

◆ Side

Enumerator
Inside 
Outside 

Definition at line 30 of file domain.h.

Constructor & Destructor Documentation

◆ SimpleDomain() [1/2]

OpenMEEG::SimpleDomain::SimpleDomain ( )
inline

Definition at line 32 of file domain.h.

◆ SimpleDomain() [2/2]

OpenMEEG::SimpleDomain::SimpleDomain ( Interface i,
const Side  s 
)
inline

Definition at line 33 of file domain.h.

◆ ~SimpleDomain()

OpenMEEG::SimpleDomain::~SimpleDomain ( )
inline

Definition at line 34 of file domain.h.

Member Function Documentation

◆ interface() [1/2]

Interface & OpenMEEG::SimpleDomain::interface ( )
inline

Definition at line 36 of file domain.h.

◆ interface() [2/2]

const Interface & OpenMEEG::SimpleDomain::interface ( ) const
inline

Definition at line 37 of file domain.h.

◆ inside()

bool OpenMEEG::SimpleDomain::inside ( ) const
inline

Definition at line 39 of file domain.h.

◆ mesh_orientation()

int OpenMEEG::SimpleDomain::mesh_orientation ( const OrientedMesh omesh) const
inline

Definition at line 43 of file domain.h.


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