|
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 () |
|
Implementation of the slice class CSpaceBase.
This is the base class for all planning cspaces.
The cspace holds all problem specific data of the planning problem. These are:
- The cspace's bounds.
- information required for collision checking.
The class provides a function to check whether a configuration is collision free.
Definition at line 51 of file CSpace.h.