\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - Surface Mesh
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Surface_mesh< P >::Halfedge_index Class Reference

#include <CGAL/Surface_mesh/Surface_mesh.h>

Definition

This class represents a halfedge.

Is Model Of:
Index
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

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

Default constructor

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

Friends And Related Function Documentation

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.