GCS: enable to invalidate diagnosis result
This commit is contained in:
committed by
abdullahtahiriyo
parent
170eb8c4fd
commit
13d8a16047
@@ -548,6 +548,13 @@ void System::clear()
|
||||
p2c.clear();
|
||||
}
|
||||
|
||||
void System::invalidatedDiagnosis()
|
||||
{
|
||||
hasDiagnosis=false;
|
||||
pDependentParameters.clear();
|
||||
pDependentParametersGroups.clear();
|
||||
}
|
||||
|
||||
void System::clearByTag(int tagId)
|
||||
{
|
||||
std::vector<Constraint *> constrvec;
|
||||
|
||||
@@ -366,6 +366,7 @@ namespace GCS
|
||||
void getDependentParamsGroups(std::vector<std::set<double *>> &pdependentparametergroups) const
|
||||
{ pdependentparametergroups = pDependentParametersGroups;}
|
||||
bool isEmptyDiagnoseMatrix() const {return emptyDiagnoseMatrix;}
|
||||
void invalidatedDiagnosis();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user