added destructionPower as abstractionLayer

This commit is contained in:
Raphael Maenle
2017-12-20 22:05:04 +01:00
parent ce5e007bc7
commit 058a96ab08
7 changed files with 115 additions and 4 deletions

View File

@ -35,7 +35,7 @@ public:
* @param [in/out] qualityVector - References of all parts with the quality of their quality to fit in the given coordinate
* @return Boolean if the quality was calculated right or not
*/
virtual bool EvalueteQuality (const coor constraintCoordinate, qualityVector& qVector) = 0;
virtual bool EvaluateQuality (const coor constraintCoordinate, qualityVector& qVector) = 0;
/**
* @brief pure virtual method which sets the constraint on the given Coordinate in the m_constraintMatrix