Easy3D 2.6.1
Loading...
Searching...
No Matches
SurfaceMesh::HalfedgeContainer Class Reference

This helper class is a container for iterating through all halfedges using C++11 range-based for-loops. More...

#include <surface_mesh.h>

Public Member Functions

 HalfedgeContainer (HalfedgeIterator _begin, HalfedgeIterator _end)
 Constructor.
 
HalfedgeIterator begin () const
 Get the beginning iterator.
 
HalfedgeIterator end () const
 Get the beginning iterator.
 

Detailed Description

This helper class is a container for iterating through all halfedges using C++11 range-based for-loops.

See also
halfedges()

Constructor & Destructor Documentation

◆ HalfedgeContainer()

Constructor.

Parameters
_beginThe beginning iterator
_endThe ending iterator

Member Function Documentation

◆ begin()

HalfedgeIterator begin ( ) const
inline

Get the beginning iterator.

Returns
The beginning iterator

◆ end()

HalfedgeIterator end ( ) const
inline

Get the beginning iterator.

Returns
The beginning iterator

The documentation for this class was generated from the following file: