Inheritance diagram for DotLinker:


Constructors | |
| DotLinker (Cluster *from, Cluster *to, const char *name="unnamed") | |
| DotLinker (PropertySettings &prop) | |
| virtual | ~DotLinker () |
Interface | |
| void | update () |
| virtual DotLinker * | clone () const |
| Properties | ||||
| Name | Type [isVector] | Access mode | Description | Class |
|---|---|---|---|---|
| typename | string | read-only | Class's type | Propertized |
| name | string | read/write | name of the object | Updatable |
| from | Cluster | read-only | incoming Cluster | Linker |
| to | Cluster | read-only | outgoing Cluster | Linker |
| weights | RealMat | read/write | connections' weights | MatrixLinker |
Connect clusters with a complete connections
| DotLinker | ( | PropertySettings & | prop | ) |
Construct by PropertySettings
| virtual ~DotLinker | ( | ) | [virtual] |
Destructor
| void update | ( | ) | [virtual] |
Performs the dot-product calculation
Implements Updatable.