This class iterates linearly over all vertices.
More...
#include <easy3d/core/point_cloud.h>
This class iterates linearly over all vertices.
- See also
- vertices_begin(), vertices_end()
◆ VertexIterator()
Default constructor.
- Parameters
-
v | The vertex. |
m | The point cloud. |
◆ operator!=()
Are two iterators different?
- Parameters
-
- Returns
- True if the iterators are different, false otherwise.
◆ operator*()
Get the vertex the iterator refers to.
- Returns
- The vertex.
◆ operator++()
Pre-increment iterator.
- Returns
- The incremented iterator.
◆ operator--()
Pre-decrement iterator.
- Returns
- The decremented iterator.
◆ operator==()
Are two iterators equal?
- Parameters
-
- Returns
- True if the iterators are equal, false otherwise.
The documentation for this class was generated from the following file: