30 #ifndef MovableMatrices_h 31 #define MovableMatrices_h 33 #include "utility/actor/actor/MovableObject.h" 34 #include "utility/matrix/Matrix.h" 45 std::vector<Matrix> &vectores;
49 void setMatrices(
const std::vector<Matrix> &);
50 const std::vector<Matrix> &getMatrices(
void)
const MovableMatrices(std::vector< Matrix > &)
Constructor.
Definition: MovableMatrices.cc:38
Object that can move between processes.
Definition: MovableObject.h:91
Matrices that can move between objects.
Definition: MovableMatrices.h:42
virtual int sendSelf(CommParameters &)
Envia el vector through the channel being passed as parameter.
Definition: MovableMatrices.cc:42
virtual int recvSelf(const CommParameters &)
Recibe el vector through the channel being passed as parameter.
Definition: MovableMatrices.cc:59
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34