30 #ifndef MovableVector_h 31 #define MovableVector_h 33 #include "utility/actor/actor/MovableObject.h" 34 #include "utility/matrix/Vector.h" DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: MovableVector.cc:51
Float vector abstraction.
Definition: Vector.h:93
Object that can move between processes.
Definition: MovableObject.h:99
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:43
MovableVector(const size_t &sz=0)
Constructor.
Definition: MovableVector.cc:38
void setVector(const Vector &)
Asigna el vector.
Definition: MovableVector.cc:46
virtual int sendSelf(CommParameters &)
Envia el vector through the channel being passed as parameter.
Definition: MovableVector.cc:58
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
virtual int recvSelf(const CommParameters &)
Recibe el vector through the channel being passed as parameter.
Definition: MovableVector.cc:82
Vector that can move between processes.
Definition: MovableVector.h:41