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