Ref T668, minor style changes and improvemments

This commit is contained in:
Klaus Basan
2019-05-16 14:34:27 +02:00
parent 01ba89ce0e
commit da8e504d67
9 changed files with 45 additions and 26 deletions

View File

@@ -36,6 +36,12 @@ namespace BlackMisc
//! Valid?
void setValid(bool valid) { m_valid = valid; }
//! Is recalculated interpolant?
bool isRecalculated() const { return m_recalculated; }
//! Set recalculated interpolant
void setRecalculated(bool reCalculated) { m_recalculated = reCalculated; }
protected:
//! Default ctor
IInterpolant() {}
@@ -50,6 +56,7 @@ namespace BlackMisc
int m_situationsAvailable = 0; //!< used situations
CInterpolatorPbh m_pbh; //!< the used PBH interpolator
bool m_valid = true; //!< valid?
bool m_recalculated = false; //!< recalculated interpolant
};
} // namespace
} // namespace