OpenMEEG
|
file containing the definition of a Domain. More...
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< Domain > | OpenMEEG::Domains |
A vector of Domain is called Domains. | |
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.