18 class OPENMEEG_EXPORT
Edge {
22 vertices[0] =
nullptr;
23 vertices[1] =
nullptr;
31 const Vertex&
vertex(
const unsigned i)
const {
return *vertices[i]; }
41 typedef std::vector<Edge>
Edges;
bool operator!=(const Edge &e) const
const Vertex & vertex(const unsigned i) const
Edge(const Vertex &V1, const Vertex &V2)
bool operator==(const Edge &e) const
std::vector< Edge > Edges