CGAL 5.1 - Surface Mesh
CGAL::Surface_mesh< P >::Halfedge_index Class Reference

#include <CGAL/Surface_mesh/Surface_mesh.h>

Definition

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

This class represents a halfedge.

Is Model Of:

Index

LessThanComparable

Hashable

See also
Vertex_index, Edge_index, Face_index

Public Member Functions

 Halfedge_index ()
 Default constructor More...
 
 Halfedge_index (size_type _idx)
 

Friends

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

Constructor & Destructor Documentation

◆ Halfedge_index() [1/2]

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

Default constructor

◆ Halfedge_index() [2/2]

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

Friends And Related Function Documentation

◆ operator<<

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

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