OpenMEEG
|
#include <string>
#include <sstream>
#include <vector>
#include <cstdlib>
#include <ctime>
#include <om_common.h>
#include <mesh.h>
Go to the source code of this file.
Classes | |
class | OpenMEEG::OrientedMesh |
An Oriented Mesh is a mesh associated with a boolean stating if it is well oriented. More... | |
class | OpenMEEG::Interface |
Interface class An interface is a closed-shape composed of oriented meshes (vector of oriented meshes). More... | |
Namespaces | |
namespace | OpenMEEG |
Typedefs | |
typedef std::vector< Interface > | OpenMEEG::Interfaces |
A vector of Interface is called Interfaces. | |