VISH
0.2
|
An output that adds itself as input slot to all existing objects of a given type. More...
#include </home/werner/origo/vish/ocean/plankton/VPolyOutput.hpp>
An output that adds itself as input slot to all existing objects of a given type.
struct AlphaLover : VObject { }; struct AlphaProvider : VObject { VPolyOutput<Alpha, AlphaLover> myAlpha; };
Wizt::VPolyOutput::VPolyOutput | ( | const WeakPtr< VObject > & | Source, |
const string & | initial_name, | ||
const ValueType & | InitValue, | ||
const RefPtr< VCreationPreferences > & | CP = NullPtr() |
||
) | [inline] |
Constructor:
Source | The VObject providing this output parameter |