CGAL 5.1 - Surface Mesh
|
#include <CGAL/Surface_mesh/Surface_mesh.h>
This class represents an edge.
LessThanComparable
Vertex_index
, Halfedge_index
, Face_index
Public Member Functions | |
Edge_index () | |
Default constructor More... | |
Edge_index (size_type idx) | |
Edge_index (Halfedge_index he) | |
constructs an Edge_index from a halfedge. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, typename Surface_mesh::Edge_index const &e) |
prints the index and a short identification string to an ostream. More... | |
CGAL::Surface_mesh< P >::Edge_index::Edge_index | ( | ) |
Default constructor
CGAL::Surface_mesh< P >::Edge_index::Edge_index | ( | size_type | idx | ) |
CGAL::Surface_mesh< P >::Edge_index::Edge_index | ( | Halfedge_index | he | ) |
constructs an Edge_index
from a halfedge.
|
friend |
prints the index and a short identification string to an ostream.