copylinker.cpp
virtual void save(ConfigurationParameters ¶ms, QString prefix)
Save the actual status of parameters into the ConfigurationParameters object passed.
Definition: copylinker.cpp:51
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: linker.cpp:58
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)
CopyLinker(Cluster *from, Cluster *to, QString name="unnamed")
Constructor.
Definition: copylinker.cpp:24
DoubleVector & fromVector() const
Return a reference to the DoubleVector of 'from' on which this is attached to.
Definition: linker.h:89