29 #ifndef EQBasePattern_h 30 #define EQBasePattern_h 32 #include "domain/load/pattern/LoadPattern.h" 33 #include "domain/load/groundMotion/DqGroundMotions.h" 48 void alloc(
const size_t &sz);
54 inline size_t getNumMotions(
void)
const 55 {
return theMotions.getNumGroundMotions(); }
58 { theMotions.clear(); }
60 virtual void Print(std::ostream &s,
int flag =0);
A LoadPattern object is used to to store reference loads and single point constraints and a TimeSerie...
Definition: LoadPattern.h:87
Earthquake load pattern.
Definition: EQBasePattern.h:42
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: EQBasePattern.cc:58
virtual void Print(std::ostream &s, int flag=0)
Prints load pattern information.
Definition: EQBasePattern.cc:46
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: EQBasePattern.cc:50
Base class for ground motions.
Definition: GroundMotion.h:83
Contenedor de definiciones de sismo.
Definition: DqGroundMotions.h:44
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34