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