Overview     Modules     Class Hierarchy     Classes     Members  
tlp::Iterator< itType > Struct Template Reference

Interface for Tulip iterators. Allows basic iteration operations only. More...

#include <Iterator.h>

Inheritance diagram for tlp::Iterator< itType >:

Public Member Functions

 Iterator ()
virtual ~Iterator ()
virtual itType next ()=0
 Moves the Iterator on the next element.
virtual bool hasNext ()=0
 Tells if the sequence is at its end.

Detailed Description

template<class itType>
struct tlp::Iterator< itType >

Interface for Tulip iterators. Allows basic iteration operations only.

See Also
forEach

Constructor & Destructor Documentation

template<class itType>
tlp::Iterator< itType >::Iterator ( )
inline
template<class itType>
virtual tlp::Iterator< itType >::~Iterator ( )
inlinevirtual

Member Function Documentation



Tulip Software by LaBRI Visualization Team    2001 - 2012