OMPL
Overview
Download
Documentation
Primer
Installation
Tutorials
Demos
Python Bindings
Available Planners
Available State Spaces
FAQ
External links:
OMPL ROS Interface
OMPL ROS Tutorial
Code
API Overview
Classes
Files
Browse Repository
TeamCity Build Server
Issues
Community
Developers
Contributions
Education
Gallery
About
License
Citations
Acknowledgments
Contact Us
Blog
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
ompl
base
StateStorage
ompl::base::StateStorage Member List
This is the complete list of members for
ompl::base::StateStorage
, including all inherited members.
addState
(const State *state)
ompl::base::StateStorage
virtual
clear
(void)
ompl::base::StateStorage
virtual
freeMemory
(void)
ompl::base::StateStorage
protected
generateSamples
(unsigned int count)
ompl::base::StateStorage
virtual
getState
(unsigned int index)
ompl::base::StateStorage
inline
getState
(unsigned int index) const
ompl::base::StateStorage
inline
getStates
(void) const
ompl::base::StateStorage
inline
getStateSamplerAllocator
(void) const
ompl::base::StateStorage
getStateSamplerAllocatorRange
(std::size_t from, std::size_t to) const
ompl::base::StateStorage
virtual
getStateSamplerAllocatorRangeAfter
(std::size_t after) const
ompl::base::StateStorage
getStateSamplerAllocatorRangeUntil
(std::size_t until) const
ompl::base::StateStorage
getStateSpace
(void) const
ompl::base::StateStorage
inline
load
(const char *filename)
ompl::base::StateStorage
load
(std::istream &in)
ompl::base::StateStorage
virtual
loadMetadata
(const Header &h, boost::archive::binary_iarchive &ia)
ompl::base::StateStorage
protected
virtual
loadStates
(const Header &h, boost::archive::binary_iarchive &ia)
ompl::base::StateStorage
protected
virtual
print
(std::ostream &out=std::cout) const
ompl::base::StateStorage
virtual
size
(void) const
ompl::base::StateStorage
inline
sort
(const boost::function< bool(const State *, const State *)> &op)
ompl::base::StateStorage
space_
ompl::base::StateStorage
protected
states_
ompl::base::StateStorage
protected
StateStorage
(const StateSpacePtr &space)
ompl::base::StateStorage
store
(const char *filename)
ompl::base::StateStorage
store
(std::ostream &out)
ompl::base::StateStorage
virtual
storeMetadata
(const Header &h, boost::archive::binary_oarchive &oa)
ompl::base::StateStorage
protected
virtual
storeStates
(const Header &h, boost::archive::binary_oarchive &oa)
ompl::base::StateStorage
protected
virtual
~StateStorage
(void) (defined in
ompl::base::StateStorage
)
ompl::base::StateStorage
virtual