|
Easy3D 2.6.1
|
This helper class is a container for iterating through all faces using C++11 range-based for-loops. More...
#include <poly_mesh.h>
Public Member Functions | |
| FaceContainer (FaceIterator _begin, FaceIterator _end) | |
| Constructor. | |
| FaceIterator | begin () const |
| Get the beginning iterator. | |
| FaceIterator | end () const |
| Get the ending iterator. | |
This helper class is a container for iterating through all faces 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.