|
Euclid
Geometry Processing and Shape Analysis in C++
|
Iterate through the properties in this element.
#include <PlyIO.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = PlyProperty |
| using | reference = value_type & |
| using | pointer = value_type * |
| using | difference_type = int |
| using | unique_iter = std::vector< std::unique_ptr< PlyProperty >>::iterator |
Public Member Functions | |
| iterator (unique_iter iter) | |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| reference | operator* () |
| bool | operator!= (const iterator &rhs) |