hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
#include <hpp/core/config-validation.hh>
Public Member Functions | |
virtual bool | validate (const Configuration_t &config, ValidationReportPtr_t &validationReport)=0 |
virtual | ~ConfigValidation () |
Protected Member Functions | |
ConfigValidation () | |
Abstraction of configuration validation
Instances of this class validate configurations with respect to some criteria
|
inlinevirtual |
|
inlineprotected |
|
pure virtual |
Compute whether the configuration is valid
config | the config to check for validity, |
validationReport | report on validation. If non valid, a validation report will be allocated and returned via this shared pointer. |
Implemented in hpp::core::JointBoundValidation, hpp::core::CollisionValidation, and hpp::core::ConfigValidations.