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 = const PlyProperty |
using | reference = value_type & |
using | pointer = value_type * |
using | difference_type = int |
using | unique_iter = std::vector< std::unique_ptr< PlyProperty >>::const_iterator |
Public Member Functions | |
const_iterator (unique_iter iter) | |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
reference | operator* () |
bool | operator!= (const const_iterator &rhs) |