XC Open source finite element analysis program
|
Load combination container. More...
#include <LoadCombinationGroup.h>
Public Member Functions | |
LoadCombinationGroup (LoadLoader *owr) | |
Default constructor. | |
~LoadCombinationGroup (void) | |
Destructor. | |
boost::python::list | getKeys (void) const |
Returns container's keys. | |
void | remove (const std::string &) |
Removes the combination from the domain. | |
void | clear (void) |
Deletes all the combinations. | |
XC::LoadCombination * | newLoadCombination (const std::string &, const std::string &) |
void | addToDomain (const std::string &) |
Adds the combination to the domain. | |
void | removeFromDomain (const std::string &) |
Removes the combination from the domain. | |
void | removeAllFromDomain (void) |
Remomves all the load combinations from the domain. | |
std::deque< std::string > | getListaNombres (void) const |
const std::string & | getNombreLoadCombination (const LoadCombination *) const |
Returns the name of the load combination pointed by the parameter. | |
const LoadCombination * | buscaLoadCombination (const std::string &) const |
Returns a pointer to the load combination identified by the name being passed as parameter. | |
const_iterator | buscaCombPrevia (const LoadCombination &) const |
Search for the nearest combination to the one being passed as parameter from those that have their factors equal or lesser than those of the parameter (c). | |
const LoadCombination * | getPtrCombPrevia (const LoadCombination &) const |
const_iterator | buscaCombPrevia (const std::string &) const |
const std::string | getNombreCombPrevia (const std::string &) const |
int | getTagCombPrevia (const std::string &) const |
int | sendSelf (CommParameters &) |
Sends object through the channel being passed as parameter. | |
int | recvSelf (const CommParameters &) |
Receives object through the channel being passed as parameter. | |
Public Member Functions inherited from XC::LoadLoaderMember | |
LoadLoaderMember (LoadLoader *owr) | |
Default constructor. | |
const LoadLoader * | getLoadLoader (void) const |
Returns the owner. | |
LoadLoader * | getLoadLoader (void) |
Returns the owner. | |
Domain * | getDomain (void) const |
Returns the domain. | |
int & | getTagLP (void) |
Returns the tag para el siguiente load pattern. | |
const int & | getTagLP (void) const |
Returns the tag para el siguiente load pattern. | |
Public Member Functions inherited from XC::MovableObject | |
MovableObject (int classTag, int dbTag) | |
Constructor. | |
MovableObject (int classTag) | |
Constructor. | |
MovableObject (const MovableObject &otro) | |
Copy constructor. | |
MovableObject & | operator= (const MovableObject &otro) |
Operacdor asignación. | |
int | getClassTag (void) const |
Returns the tag de la clase. | |
int | getDbTag (void) const |
Returns the tag para la database. | |
int | getDbTag (CommParameters &) |
Returns the tag para la database. | |
void | setDbTag (int dbTag) |
Asigna el tag para la database. | |
void | setDbTag (CommParameters &) |
Asigna, sólo si es preciso, el tag para la database. | |
virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
virtual int | updateParameter (int parameterID, Information &info) |
virtual int | activateParameter (int parameterID) |
virtual int | setVariable (const std::string &variable, Information &) |
Returns the identificador de la variable cuyo nombre being passed as parameter. | |
virtual int | getVariable (const std::string &variable, Information &) |
Public Member Functions inherited from XC::DistributedBase | |
DistributedBase (void) | |
Constructor. | |
const int & | getDbTagDataPos (const int &i) const |
Returns the data at the i-th position. | |
void | setDbTagDataPos (const int &i, const int &v) |
Sets the data at the i-th position. | |
void | inicComm (const int &dataSize) const |
Initializes communication. | |
Protected Member Functions | |
LoadCombination * | find_combination (const std::string &) |
Returns a pointer to the load combination identified by the name being passed as parameter. | |
DbTagData & | getDbTagData (void) const |
Returns a vector para almacenar los dbTags de los miembros de la clase. | |
int | sendData (CommParameters &cp) |
Send members through the channel being passed as parameter. | |
int | recvData (const CommParameters &cp) |
Send members through the channel being passed as parameter. | |
Friends | |
class | LoadLoader |
Load combination container.