The Vish Visualization Shell 0.3
Vish
Public Attributes | List of all members
Wizt::VAcception Class Reference

Accept information for a given VObject. More...

#include <ocean/plankton/VAcception.hpp>

Public Attributes

WeakPtr< VCreatorBasemyCreator
 Reference to the creator object.
 

Detailed Description

Accept information for a given VObject.

It tells which kind of output object may be attached to a certain VObject. Use VAcceptList::getAcceptors() to find all possible output objects for a given VObject. An output object is a VObject that uses the given VObject as possible input.

Member Data Documentation

◆ myCreator

WeakPtr<VCreatorBase> Wizt::VAcception::myCreator

Reference to the creator object.

This is a weak reference because the creator may be part of a plugin that may be unloaded some time between the creation of this VAcception object and its invocation.