|
hpp-corbaserver 6.1.0
Corba server for Humanoid Path Planner applications
|
#include <hpp/core_idl/path_validations-idl.hh>


Public Member Functions | |
| void | add (::hpp::core_idl::ConfigValidation_ptr validation) |
| size_type | numberConfigValidations () |
| void | clear () |
| void | setSecurityMargins (const ::hpp::floatSeqSeq &margins) |
| void | setSecurityMarginBetweenBodies (const char *body_a, const char *body_b, ::hpp::value_type margin) |
| void | filterCollisionPairs (const ::hpp::core_idl::RelativeMotionMatrix &relMotion) |
| _objref_ConfigValidations () | |
| _objref_ConfigValidations (omniIOR *, omniIdentity *) | |
Public Member Functions inherited from _objref_ConfigValidation | |
| void | deleteThis () |
| ::CORBA::Boolean | deleteIfExpired () |
| void | persistantStorage (::CORBA::Boolean persistant) |
| ::CORBA::Boolean | validate (const ::hpp::floatSeq &config, ::hpp::core_idl::ValidationReport_out report) |
| _objref_ConfigValidation () | |
| _objref_ConfigValidation (omniIOR *, omniIdentity *) | |
Protected Member Functions | |
| virtual | ~_objref_ConfigValidations () |
Protected Member Functions inherited from _objref_ConfigValidation | |
| virtual | ~_objref_ConfigValidation () |
Friends | |
| class | ConfigValidations |
|
inline |
| _objref_ConfigValidations::_objref_ConfigValidations | ( | omniIOR * | , |
| omniIdentity * | |||
| ) |
|
protectedvirtual |
| void _objref_ConfigValidations::add | ( | ::hpp::core_idl::ConfigValidation_ptr | validation | ) |
| void _objref_ConfigValidations::clear | ( | ) |
| void _objref_ConfigValidations::filterCollisionPairs | ( | const ::hpp::core_idl::RelativeMotionMatrix & | relMotion | ) |
| size_type _objref_ConfigValidations::numberConfigValidations | ( | ) |
| void _objref_ConfigValidations::setSecurityMarginBetweenBodies | ( | const char * | body_a, |
| const char * | body_b, | ||
| ::hpp::value_type | margin | ||
| ) |
| void _objref_ConfigValidations::setSecurityMargins | ( | const ::hpp::floatSeqSeq & | margins | ) |
|
friend |