Class Edge

Inheritance Relationships

Base Type

Class Documentation

class Edge : public pmp::Handle

this type represents an edge (internally it is basically an index)

Public Functions

inline Halfedge halfedge(unsigned int i = 0) const

returns the i'th halfedge. i has to be 0 or 1.