|
Developer Documentation
|
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* () |
| PolyLine * | operator-> () |
| 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_ |
Definition at line 86 of file PolyLineCollectionT.hh.