SORTIE Core C++ Documentation
Public Member Functions | List of all members
clInfectionEffectNone Class Reference

Provides no infection effect (returns a value of 1). More...

#include <InfectionEffectNone.h>

Inheritance diagram for clInfectionEffectNone:
clInfectionEffectBase

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...
 

Detailed Description

Provides no infection effect (returns a value of 1).

Copyright 2013 Charles D. Canham.

Author
Lora E. Murphy


Edit history:
--------------—
November 1, 2013 - Created (LEM)

Member Function Documentation

◆ CalculateInfectionEffect()

double clInfectionEffectNone::CalculateInfectionEffect ( clTree p_oTree)
inlinevirtual

Calculates infection effect for a particular species.

Parameters
p_oTreeTree for which to calculate infection effect.

Implements clInfectionEffectBase.

◆ DoSetup()

void clInfectionEffectNone::DoSetup ( clTreePopulation p_oPop,
clBehaviorBase p_oNCI,
xercesc::DOMElement *  p_oElement 
)
inlinevirtual

Does any desired setup.

Parameters
p_oPopTree population.
p_oNCINCI behavior object.
p_oElementRoot element of the behavior.

Implements clInfectionEffectBase.


The documentation for this class was generated from the following file: