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