|
Developer Documentation
|
Public Member Functions | |
| iterator (typename std::vector< PolyLine * >::iterator _begin, typename std::vector< PolyLine * >::iterator _end) | |
| PolyLine *& | operator* () |
| PolyLine * | operator-> () |
| void | operator++ () |
| int | idx () |
| operator bool () const | |
Public Attributes | |
| int | i_ |
| std::vector< PolyLine * >::iterator | it_ |
| std::vector< PolyLine * >::iterator | end_ |
Definition at line 53 of file PolyLineCollectionT.hh.
|
inline |
Definition at line 54 of file PolyLineCollectionT.hh.
|
inline |
Definition at line 73 of file PolyLineCollectionT.hh.
|
inline |
Definition at line 77 of file PolyLineCollectionT.hh.
|
inline |
Definition at line 60 of file PolyLineCollectionT.hh.
|
inline |
Definition at line 68 of file PolyLineCollectionT.hh.
|
inline |
Definition at line 64 of file PolyLineCollectionT.hh.
| std::vector<PolyLine*>::iterator PolyLineCollectionT< T >::iterator::end_ |
Definition at line 83 of file PolyLineCollectionT.hh.
| int PolyLineCollectionT< T >::iterator::i_ |
Definition at line 81 of file PolyLineCollectionT.hh.
| std::vector<PolyLine*>::iterator PolyLineCollectionT< T >::iterator::it_ |
Definition at line 82 of file PolyLineCollectionT.hh.