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