29 #ifndef ResponseQuantities_h 30 #define ResponseQuantities_h 33 #include "utility/actor/actor/MovableObject.h" 34 #include "utility/matrix/Vector.h" 51 inline const Vector &
get(void)
const 53 inline const Vector &getDot(
void)
const 55 inline const Vector &getDotDot(
void)
const 59 inline Vector &getDot(
void)
61 inline Vector &getDotDot(
void)
63 inline void set(
const Vector &v)
65 inline void setDot(
const Vector &v)
67 inline void setDotDot(
const Vector &v)
70 void setDisp(
const ID &,
const Vector &);
71 void setVel(
const ID &,
const Vector &);
72 void setAccel(
const ID &,
const Vector &);
74 void resize(
const int &size);
80 void Print(std::ostream &s);
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ResponseQuantities.cc:119
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: ResponseQuantities.cc:105
Object that can move between processes.
Definition: MovableObject.h:91
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: ResponseQuantities.cc:95
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: ResponseQuantities.cc:85
Communication parameters between processes.
Definition: CommParameters.h:65
Response quantities.
Definition: ResponseQuantities.h:41
================================================================================
Definition: ContinuaReprComponent.h:34