This is an example of how to use the validity checker methods.
void ValidityCheckersUseCase() {
std::string vcLabel = "CollisionDetectionValidity";
CfgType cfg;
std::string caller = "ValidityCheckersUseCaseFunction";
bool valid = vc->
IsValid(cfg, cdInfo, caller);
}
Definition: ValidityCheckerMethod.h:32
bool IsValid(Cfg &_cfg, CDInfo &_cdInfo, const std::string &_caller)
Definition: ValidityCheckerMethod.cpp:23