OpenMEEG
Loading...
Searching...
No Matches
domain.h File Reference

file containing the definition of a Domain. More...

#include <string>
#include <interface.h>
Include dependency graph for domain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenMEEG::SimpleDomain
 a SimpleDomain is a pair of an Interface and a boolean. More...
 
class  OpenMEEG::Domain
 a Domain is a vector of SimpleDomain A Domain is the intersection of simple domains (of type SimpleDomain). More...
 

Namespaces

namespace  OpenMEEG
 

Typedefs

typedef std::vector< DomainOpenMEEG::Domains
 A vector of Domain is called Domains.
 

Detailed Description

file containing the definition of a Domain.

A domain is the association of a name and a vector of pairs. The first element of each pair corresponds to an interface. The second element of each pair states whether the domain is contains in the inside or the outside of the volume bounded by the interface.

Definition in file domain.h.