The Vish Visualization Shell 0.3
Vish
Wizt::VObject::OutputObjectIterator Struct Referenceabstract

Iterator callback object for searching and finding output objects. More...

#include <ocean/plankton/VObject.hpp>

Public Member Functions

virtual bool apply (const VObjectPtr &vobj, const type_info &Type, const RefPtr< VSlot > &Slot)=0
 The callback function, called for each match.
virtual ~OutputObjectIterator ()=0
 Virtual destructor.

Detailed Description

Iterator callback object for searching and finding output objects.

Member Function Documentation

◆ apply()

virtual bool Wizt::VObject::OutputObjectIterator::apply ( const VObjectPtr & vobj,
const type_info & Type,
const RefPtr< VSlot > & Slot )
pure virtual

The callback function, called for each match.

Parameters
vobjThe object providing the specific type
SlotThe slot of the object with the given type

Referenced by Wizt::VObject::iterateChildren().