This helper class is a container for iterating through all edges using C++11 range-based for-loops.
More...
#include <surface_mesh.h>
This helper class is a container for iterating through all edges using C++11 range-based for-loops.
- See also
- edges()
◆ EdgeContainer()
Constructor.
- Parameters
-
_begin | The beginning iterator |
_end | The ending iterator |
◆ begin()
Get the beginning iterator.
- Returns
- The beginning iterator
◆ end()
Get the ending iterator.
- Returns
- The ending iterator
The documentation for this class was generated from the following file: