33 #include "utility/actor/actor/MovableObject.h" 34 #include "utility/matrix/ID.h" 38 class FEM_ObjectBroker;
ID that can move between processes.
Definition: MovableID.h:43
virtual int recvSelf(const CommParameters &)
Receives the ID through the communicator being passed as argument.
Definition: MovableID.cc:81
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: MovableID.cc:50
Object that can move between processes.
Definition: MovableObject.h:99
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:43
Vector of integers.
Definition: ID.h:93
virtual int sendSelf(CommParameters &)
Envia el ID with the parameters (channel,...) being passed as argument.
Definition: MovableID.cc:57
void setID(const ID &)
Asigna el ID.
Definition: MovableID.cc:45
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
MovableID(const size_t &sz=0)
Constructor.
Definition: MovableID.cc:37
Communication parameters between processes.
Definition: CommParameters.h:65