VISH  0.2
Public Member Functions
Wizt::VPolyOutput Class Reference

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>

List of all members.

Public Member Functions


Detailed Description

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;
   };

Constructor & Destructor Documentation

Wizt::VPolyOutput::VPolyOutput ( const WeakPtr< VObject > &  Source,
const string initial_name,
const ValueType &  InitValue,
const RefPtr< VCreationPreferences > &  CP = NullPtr() 
) [inline]

Constructor:

Parameters:
SourceThe VObject providing this output parameter

The documentation for this class was generated from the following file: