OpenMEEG
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
interface.h File Reference
#include <string>
#include <sstream>
#include <vector>
#include <cstdlib>
#include <ctime>
#include <om_common.h>
#include <mesh.h>
Include dependency graph for interface.h:
This graph shows which files directly or indirectly include this file:

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.