#include <RobotComponents/components/MotionPlanning/CSpace/CSpace.h>
|
| CSpaceAdaptor (CSpaceBasePtr originalCSpace) |
|
CSpaceBasePtr | getOriginalCSpace (const Ice::Current &=Ice::emptyCurrent) const override |
|
CSpaceBasePtr | clone (const Ice::Current &=Ice::emptyCurrent) override=0 |
|
void | initCollisionTest (const Ice::Current &=Ice::emptyCurrent) override |
| Initializes collision checking. More...
|
|
bool | isCollisionFree (const ::std::pair< const Ice::Float *, const Ice::Float * > &config, const Ice::Current &=Ice::emptyCurrent) override=0 |
|
virtual bool | isCollisionFree (const Ice::Float *first, const Ice::Float *last) |
|
virtual bool | isCollisionFree (const VectorXf &config) |
|
bool | isValidConfiguration (const ::std::pair< const Ice::Float *, const Ice::Float * > &config, const Ice::Current &=Ice::emptyCurrent) const override |
|
virtual bool | isValidConfiguration (const VectorXf &config) const |
|
virtual bool | usesInternalScaling () |
|
Definition at line 125 of file CSpace.h.
◆ CSpaceAdaptor() [1/2]
◆ CSpaceAdaptor() [2/2]
◆ getOriginalCSpace()
CSpaceBasePtr getOriginalCSpace |
( |
const Ice::Current & |
= Ice::emptyCurrent | ) |
const |
|
inlineoverride |
The documentation for this class was generated from the following file:
- RobotComponents/components/MotionPlanning/CSpace/CSpace.h