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