template <class Item> class TcGfxIterator : public TcIterator<Item> Template iterator class for Gfx classes
Template iterator class for Gfx classes. Clients can instantiate an iterator by simply calling TcGfxComponent::iterator i(comp). This class can then be used to iterate through gfx components in a breadth first fashion.
TcGfxIterator(const Item root)
virtual ~TcGfxIterator()
virtual void first()
virtual void next()
virtual bool isDone() const
virtual Item currentItem() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de