dotlinker.cpp
DotLinker(Cluster *from, Cluster *to, QString name="unnamed")
Create fully connected links between clusters.
Definition: dotlinker.cpp:24
void resetInputs()
Reset the inputs of this cluster; the inputs will be set to zero.
Definition: cluster.cpp:108
virtual void save(ConfigurationParameters ¶ms, QString prefix)
Save the actual status of parameters into the ConfigurationParameters object passed.
Definition: dotlinker.cpp:45
MatrixLinker Class define a full connection between two cluster.
Definition: matrixlinker.h:39
DoubleVector & toVector() const
Return a reference to the DoubleVector of 'to' on which this is attached to.
Definition: linker.h:93
bool startObjectParameters(QString groupPath, QString typeName, ParameterSettable *object)
virtual void save(ConfigurationParameters ¶ms, QString prefix)
Save the actual status of parameters into the ConfigurationParameters object passed.
Definition: matrixlinker.cpp:86
DoubleVector & fromVector() const
Return a reference to the DoubleVector of 'from' on which this is attached to.
Definition: linker.h:89