CGAL 6.0 - Surface Mesh
Loading...
Searching...
No Matches
CGAL::Surface_mesh< P >::Face_index Class Reference

#include <CGAL/Surface_mesh/Surface_mesh.h>

Definition

template<typename P>
class CGAL::Surface_mesh< P >::Face_index

This class represents a face.

Is model of
Index
LessThanComparable
Hashable
See also
Vertex_index, Halfedge_index, Edge_index

Public Member Functions

 Face_index ()
 Default constructor
 
 Face_index (size_type _idx)
 

Friends

std::ostream & operator<< (std::ostream &os, typename Surface_mesh::Face_index const &f)
 prints the index and a short identification string to an ostream.