Euclid
Geometry Processing and Shape Analysis in C++
Euclid::PlyElement::iterator Class Reference

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)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
reference operator* ()
 
bool operator!= (const iterator &rhs)
 

The documentation for this class was generated from the following file: