Easy3D 2.6.1
Loading...
Searching...
No Matches
PolyMesh::EdgeContainer Class Reference

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

#include <poly_mesh.h>

Public Member Functions

 EdgeContainer (EdgeIterator _begin, EdgeIterator _end)
 Constructor.
 
EdgeIterator begin () const
 Get the beginning iterator.
 
EdgeIterator end () const
 Get the ending iterator.
 

Detailed Description

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

See also
edges()

Constructor & Destructor Documentation

◆ EdgeContainer()

EdgeContainer ( EdgeIterator _begin,
EdgeIterator _end )
inline

Constructor.

Parameters
_beginThe beginning iterator
_endThe ending iterator

Member Function Documentation

◆ begin()

EdgeIterator begin ( ) const
inline

Get the beginning iterator.

Returns
The beginning iterator

◆ end()

EdgeIterator end ( ) const
inline

Get the ending iterator.

Returns
The ending iterator

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