|
SORTIE Core C++ Documentation
|
Provides no infection effect (returns a value of 1). More...
#include <InfectionEffectNone.h>
Public Member Functions | |
| double | CalculateInfectionEffect (clTree *p_oTree) |
| Calculates infection effect for a particular species. More... | |
| void | DoSetup (clTreePopulation *p_oPop, clBehaviorBase *p_oNCI, xercesc::DOMElement *p_oElement) |
| Does any desired setup. More... | |
Public Member Functions inherited from clInfectionEffectBase | |
| clInfectionEffectBase () | |
| Constructor. More... | |
| virtual | ~clInfectionEffectBase () |
| Destructor. More... | |
| bool | DoesRequireTargetDiam () |
| virtual void | PreCalcs (clTreePopulation *p_oPop) |
| Performs calculations like either clGrowthBase::PreGrowthCalcs or clMortalityBase::PreMortCalcs. More... | |
Additional Inherited Members | |
Protected Attributes inherited from clInfectionEffectBase | |
| bool | bRequiresTargetDiam |
| Whether or not this effect depends on a target diameter being available. More... | |
Provides no infection effect (returns a value of 1).
Copyright 2013 Charles D. Canham.
Edit history:
--------------—
November 1, 2013 - Created (LEM)
|
inlinevirtual |
Calculates infection effect for a particular species.
| p_oTree | Tree for which to calculate infection effect. |
Implements clInfectionEffectBase.
|
inlinevirtual |
Does any desired setup.
| p_oPop | Tree population. |
| p_oNCI | NCI behavior object. |
| p_oElement | Root element of the behavior. |
Implements clInfectionEffectBase.
1.8.13