SORTIE Core C++ Documentation
|
Class that provides no damage effect (value of 1). More...
#include <DamageEffectNone.h>
Public Member Functions | |
double | CalculateDamageEffect (clTree *p_oTree) |
Calculates damage effect. More... | |
void | DoSetup (clTreePopulation *p_oPop, clBehaviorBase *p_oNCI, xercesc::DOMElement *p_oElement) |
Does any desired setup. More... | |
Public Member Functions inherited from clDamageEffectBase | |
virtual void | PreCalcs (clTreePopulation *p_oPop) |
Performs calculations like either clGrowthBase::PreGrowthCalcs or clMortalityBase::PreMortCalcs. More... | |
virtual | ~clDamageEffectBase () |
Destructor. More... | |
Class that provides no damage effect (value of 1).
|
inlinevirtual |
Calculates damage effect.
p_oTree | Tree for which to calculate damage effect. |
Implements clDamageEffectBase.
|
inlinevirtual |
Does any desired setup.
p_oPop | Tree population. |
p_oNCI | NCI behavior object. |
p_oElement | Root element of the behavior. |
Implements clDamageEffectBase.