34 #include "utility/actor/actor/MovableObject.h" 35 #include "utility/matrix/ID.h" 39 class FEM_ObjectBroker;
Communication parameters between processes.
Definition: Communicator.h:66
ID that can move between processes.
Definition: MovableID.h:44
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:100
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:44
Vector of integers.
Definition: ID.h:95
void setID(const ID &)
Asigna el ID.
Definition: MovableID.cc:45
virtual int recvSelf(const Communicator &)
Receives the ID through the communicator being passed as argument.
Definition: MovableID.cc:81
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
MovableID(const size_t &sz=0)
Constructor.
Definition: MovableID.cc:37
virtual int sendSelf(Communicator &)
Envia el ID with the parameters (channel,...) being passed as argument.
Definition: MovableID.cc:57