XC Open source finite element analysis program
Public Member Functions | Protected Member Functions | Friends | List of all members
XC::LoadCombinationGroup Class Reference

Load combination container. More...

#include <LoadCombinationGroup.h>

Inheritance diagram for XC::LoadCombinationGroup:
XC::LoadLoaderMember XC::MovableObject XC::DistributedBase

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::LoadCombinationnewLoadCombination (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 LoadCombinationbuscaLoadCombination (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 LoadCombinationgetPtrCombPrevia (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 LoadLoadergetLoadLoader (void) const
 Returns the owner.
 
LoadLoadergetLoadLoader (void)
 Returns the owner.
 
DomaingetDomain (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.
 
MovableObjectoperator= (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 &param)
 
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

LoadCombinationfind_combination (const std::string &)
 Returns a pointer to the load combination identified by the name being passed as parameter.
 
DbTagDatagetDbTagData (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
 

Detailed Description

Load combination container.


The documentation for this class was generated from the following files: