|
Easy3D 2.6.1
|
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. | |
This helper class is a container for iterating through all edges using C++11 range-based for-loops.
|
inline |
Constructor.
| _begin | The beginning iterator |
| _end | The ending iterator |
|
inline |
Get the beginning iterator.
|
inline |
Get the ending iterator.