CGAL 5.1 - Surface Mesh
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 More...
 
 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. More...
 

Constructor & Destructor Documentation

◆ Face_index() [1/2]

template<typename P >
CGAL::Surface_mesh< P >::Face_index::Face_index ( )

Default constructor

◆ Face_index() [2/2]

template<typename P >
CGAL::Surface_mesh< P >::Face_index::Face_index ( size_type  _idx)

Friends And Related Function Documentation

◆ operator<<

template<typename P >
std::ostream& operator<< ( std::ostream &  os,
typename Surface_mesh::Face_index const &  f 
)
friend

prints the index and a short identification string to an ostream.