|
SORTIE Core C++ Documentation
|
Provides a base for objects that calculate a shading effect. More...
#include <ShadingEffectBase.h>
Public Member Functions | |
| virtual double | CalculateShadingEffect (clTree *p_oTree)=0 |
| Calculates shading effect. More... | |
| virtual void | DoSetup (clTreePopulation *p_oPop, clBehaviorBase *p_oNCI, xercesc::DOMElement *p_oElement)=0 |
| Does any desired setup. More... | |
| virtual | ~clShadingEffectBase () |
| Destructor. More... | |
| virtual void | PreCalcs (clTreePopulation *p_oPop) |
| Performs calculations like either clGrowthBase::PreGrowthCalcs or clMortalityBase::PreMortCalcs. More... | |
Provides a base for objects that calculate a shading effect.
|
inlinevirtual |
Destructor.
|
pure virtual |
Calculates shading effect.
| p_oTree | Tree for which to calculate shading effect. |
Implemented in clShadingEffectDefault, and clShadingEffectNone.
|
pure virtual |
Does any desired setup.
| p_oPop | Tree population. |
| p_oNCI | NCI behavior object. |
| p_oElement | Root element of the behavior. |
Implemented in clShadingEffectDefault, and clShadingEffectNone.
|
inlinevirtual |
Performs calculations like either clGrowthBase::PreGrowthCalcs or clMortalityBase::PreMortCalcs.
1.8.13