Developer Documentation
PolyLineCollectionT< T >::index_iterator Struct Reference

Public Member Functions

 index_iterator (std::vector< PolyLine *> &_lines, typename std::vector< size_t >::iterator _begin, typename std::vector< size_t >::iterator _end)
 
PolyLine *& operator* ()
 
PolyLineoperator-> ()
 
void operator++ ()
 
int idx ()
 
 operator bool () const
 

Public Attributes

std::vector< PolyLine * > & lines_
 
std::vector< size_t >::iterator it_
 
std::vector< size_t >::iterator end_
 

Detailed Description

template<typename T>
struct PolyLineCollectionT< T >::index_iterator

Definition at line 86 of file PolyLineCollectionT.hh.


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