The Vish Visualization Shell 0.3
Vish
Public Member Functions | List of all members
Wizt::VOutputIterator Class Referenceabstract

The callback class for iterating over the output objects (i.e. More...

#include <ocean/plankton/VSlotContainer.hpp>

Public Member Functions

virtual bool apply (const type_info &Type, const RefPtr< VSlot > &slot)=0
 Callback function, return false to terminate the iteration.
 
virtual ~VOutputIterator ()
 virtual destructor.
 

Detailed Description

The callback class for iterating over the output objects (i.e.

the types provided by an VObject) of an VObject. "Output objects" are not actually existing objects, but rather parts of an existing VObject. These parts have a certain type info and a name. A certain type may occur multiple times, but each one will have another name.