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

#include <CGAL/Surface_mesh/Surface_mesh.h>

Definition

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

This class represents an edge.

Is Model Of:

Index

LessThanComparable

Hashable

See also
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...
 

Constructor & Destructor Documentation

◆ Edge_index() [1/3]

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

Default constructor

◆ Edge_index() [2/3]

template<typename P >
CGAL::Surface_mesh< P >::Edge_index::Edge_index ( size_type  idx)

◆ Edge_index() [3/3]

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

constructs an Edge_index from a halfedge.

Friends And Related Function Documentation

◆ operator<<

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

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