| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Iterator that enables to filter an other Iterator. More...
Inheritance diagram for tlp::FilterIterator< TYPE, FILTER >:
![]()
Collaboration diagram for tlp::FilterIterator< TYPE, FILTER >:
![]()
Detailed Descriptiontemplate<typename TYPE, typename FILTER>
|
it | the iterator that should be filtered |
filter | the functor that enables to test wheter or not an element is filtered |
The functor function shoul have the following form
|
inline |
|
inline |
|
inlinevirtual |
Tells if the sequence is at its end.
Implements tlp::Iterator< TYPE >.
|
inlinevirtual |
Moves the Iterator on the next element.
Implements tlp::Iterator< TYPE >.
Tulip Software by LaBRI Visualization Team 2001 - 2012 |