|
The Vish Visualization Shell 0.3
Vish
|
Accept information for a given VObject. More...
#include <ocean/plankton/VAcception.hpp>
Public Attributes | |
| WeakPtr< VCreatorBase > | myCreator |
| Reference to the creator object. | |
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.
| 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.