normlinker.cpp
void resetInputs()
Reset the inputs of this cluster; the inputs will be set to zero.
Definition: cluster.cpp:108
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
NormLinker(Cluster *from, Cluster *to, QString name="unnamed")
Connect clusters with a complete connections.
Definition: normlinker.cpp:25
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: normlinker.cpp:46
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