Tulip
5.4.0
Large graphs analysis and drawing
|
#include <ConversionIterator.h>
Public Member Functions | |
ConversionIterator (Iterator< TYPEIN > *it, ConversionFunc convFunctor) | |
bool | hasNext () |
TYPEOUT | next () |
Public Member Functions inherited from tlp::Iterator< TYPEOUT > | |
iterator_t | begin () |
iterator_t | end () |
Iterator that enables to convert an Iterator of type TYPEIN to an Iterator of type TYPEOUT.
it | the iterator that should be converted |
convFunctor | the functor or lamnda function that enables to convert TYPEIN to TYPEOUT |
The functor function should have the following form:
Definition at line 45 of file ConversionIterator.h.
|
inlinevirtual |
Tells if the sequence is at its end.
Implements tlp::Iterator< TYPEOUT >.
Definition at line 52 of file ConversionIterator.h.
|
inlinevirtual |
Moves the Iterator on the next element.
Implements tlp::Iterator< TYPEOUT >.
Definition at line 55 of file ConversionIterator.h.