1#ifndef __STDAIR_BAS_YIELDRANGE_HPP
2#define __STDAIR_BAS_YIELDRANGE_HPP
54 _upperYield = iUpperYield;
58 _averageYield = iAverageYield;
62 _lowerYield = iLowerYield;
Handle on the StdAir library context.
Base class for the light structures.
void toStream(std::ostream &) const
void fromStream(std::istream &)
Yield_T getAverageYield() const
void setLowerYield(const Yield_T iLowerYield)
Yield_T getUpperYield() const
void setAverageYield(const Yield_T iAverageYield)
const std::string describe() const
void setUpperYield(const Yield_T iUpperYield)
Yield_T getLowerYield() const