| ||||||||||||||||||||||||||||||||||||||||||
tlp::Iterator< itType > Struct Template Reference Interface for Tulip iterators. Allows basic iteration operations only. More...
Inheritance diagram for tlp::Iterator< itType >:
![]()
Detailed Descriptiontemplate<class itType>
|
|
inline |
|
inlinevirtual |
|
pure virtual |
Tells if the sequence is at its end.
Implemented in tlp::StlMapValueIterator< KEY, VALUE >, tlp::StableIterator< itType >, tlp::StableIterator< node >, tlp::StableIterator< edge >, tlp::StlMapIterator< KEY, VALUE >, tlp::ConcatIterator< itType >, tlp::UniqueIterator< TYPE, TOCHECKFUNCTOR >, tlp::StlFilterIterator< VALUE, ITERATOR, FILTER >, tlp::FilterIterator< TYPE, FILTER >, tlp::StlIterator< VALUE, ITERATOR >, and tlp::ConversionIterator< TYPEIN, TYPEOUT, CONVERSIONFUNCTOR >.
|
pure virtual |
Moves the Iterator on the next element.
Implemented in tlp::StlMapValueIterator< KEY, VALUE >, tlp::StableIterator< itType >, tlp::StableIterator< node >, tlp::StableIterator< edge >, tlp::StlMapIterator< KEY, VALUE >, tlp::UniqueIterator< TYPE, TOCHECKFUNCTOR >, tlp::ConcatIterator< itType >, tlp::StlFilterIterator< VALUE, ITERATOR, FILTER >, tlp::FilterIterator< TYPE, FILTER >, tlp::ConversionIterator< TYPEIN, TYPEOUT, CONVERSIONFUNCTOR >, and tlp::StlIterator< VALUE, ITERATOR >.
Tulip Software by LaBRI Visualization Team 2001 - 2012 |