|
Easy3D 2.6.1
|
This helper class is a container for iterating through all edges using C++11 range-based for-loops. More...
#include <graph.h>
Public Member Functions | |
| EdgeContainer (EdgeIterator _begin, EdgeIterator _end) | |
| Constructor with begin and end iterators. | |
| EdgeIterator | begin () const |
| Returns the begin iterator. | |
| EdgeIterator | end () const |
| Returns the end iterator. | |
This helper class is a container for iterating through all edges using C++11 range-based for-loops.
|
inline |
Constructor with begin and end iterators.
| _begin | The begin iterator. |
| _end | The end iterator. |