Loading...
Searching...
No Matches
ompl::base::StateSpace::ValueLocation Struct Reference
Representation of the address of a value in a state. This structure stores the indexing information needed to access elements of a state (no pointer values are stored) More...
#include <ompl/base/StateSpace.h>
Public Attributes | |
SubstateLocation | stateLocation |
Location of the substate that contains the pointed to value. More... | |
std::size_t | index |
The index of the value to be accessed, within the substate location above. More... | |
Detailed Description
Representation of the address of a value in a state. This structure stores the indexing information needed to access elements of a state (no pointer values are stored)
Definition at line 122 of file StateSpace.h.
Member Data Documentation
◆ index
std::size_t ompl::base::StateSpace::ValueLocation::index |
The index of the value to be accessed, within the substate location above.
Definition at line 128 of file StateSpace.h.
◆ stateLocation
SubstateLocation ompl::base::StateSpace::ValueLocation::stateLocation |
Location of the substate that contains the pointed to value.
Definition at line 125 of file StateSpace.h.
The documentation for this struct was generated from the following file:
- ompl/base/StateSpace.h