24 #ifndef ACTIONREPRESENTATIVEVALUES_H    25 #define ACTIONREPRESENTATIVEVALUES_H    31 class PartialSafetyFactors;
    32 class CombinationFactors;
    34 class LeadingActionInfo;
    57     void Print(std::ostream &os) 
const;    
 void Print(std::ostream &os) const
Print stuff. 
Definition: ActionRepresentativeValues.cc:126
Action getRepresentativeValue(const LeadingActionInfo &, const int &index) const
Return the representative value for the action. 
Definition: ActionRepresentativeValues.cc:114
Routines to generate combinations of actions. 
Action getValue(short int r) const
Return the representative value of the action. 
Definition: ActionRepresentativeValues.cc:90
Wrapper for a single action. 
Definition: SingleActionWrapper.h:34
Wrapper for a group action. 
Definition: GroupActionWrapper.h:34
Action or linear combination of actions. 
Definition: Action.h:44
ActionWrapper * wrapper
Wrapper for this action. 
Definition: ActionRepresentativeValues.h:43
Representative values of an action. 
Definition: ActionRepresentativeValues.h:40
Information about the leading action. 
Definition: LeadingActionInfo.h:35
void setCombinationFactors(const std::string &)
Asigna los coeficientes de simultaneidad de la acción. 
Definition: ActionRepresentativeValues.cc:47
Coeficientes de simultaneidad de una acción. 
Definition: CombinationFactors.h:34
Base class for action design values and action groups. 
Definition: ActionWrapper.h:42
const CombinationFactors * combination_factors
Combination factors. 
Definition: ActionRepresentativeValues.h:44
ActionRepresentativeValues(const std::string &n="", const std::string &descrip="", ActionWrapper *wrapper=nullptr)
Default constructor. 
Definition: ActionRepresentativeValues.cc:33
double getCombinationFactor(short int r) const
Return the r-th combination factor. 
Definition: ActionRepresentativeValues.cc:76