linker.h
  
Go to the documentation of this file.
	
	This file contains the common type defitions used on the whole framework. 
FARSA_UTIL_TEMPLATE const T max(const T &t1, const U &t2)
void configureToVector(QString vectorName)
Configure on which state vector of 'to' Cluster this Linker is attached to. 
Definition: linker.h:64
DoubleVector & toVector() const 
Return a reference to the DoubleVector of 'to' on which this is attached to. 
Definition: linker.h:93
This file contains the declarations of the Cluster class. 
DoubleVector &(* getStateVectorFuncPtr)(Cluster *)
Delegate type for retrieving a vector by name (pointer to function) It works in this way: ...
Definition: cluster.h:175
FARSA_UTIL_TEMPLATE const T min(const T &t1, const U &t2)
void configureFromVector(QString vectorName)
Configure on which state vector of 'from' Cluster this Linker is attached to. 
Definition: linker.h:56
DoubleVector & fromVector() const 
Return a reference to the DoubleVector of 'from' on which this is attached to. 
Definition: linker.h:89