Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Canonical representation of an edge in the 3D Triangulation. More...
#include <Triangulation_extension_3.hpp>
Constructors | |
Canonical_edge (void) | |
Default constructor. More... | |
Canonical_edge (const Canonical_edge &other) | |
Copy constructor. More... | |
Canonical_edge (const Edge &e) | |
Constructor initializing with a CGAL edge. More... | |
Accessors | |
Vertex_handle | get_first_vertex (void) const |
Access to the smallest vertex. More... | |
Vertex_handle | get_second_vertex (void) const |
Access to the largest vertex. More... | |
Edge | get_edge (void) const |
Access to a CGAL edge representation of this canonical edge. More... | |
Canonical representation of an edge in the 3D Triangulation.
It is a pair of vertices such that the first vertex compare less than the second one.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Constructor initializing with a CGAL edge.
|
inline |
Access to a CGAL edge representation of this canonical edge.
|
inline |
Access to the smallest vertex.
|
inline |
Access to the largest vertex.