•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
PlannerDataStorage.cpp
A shared pointer wrapper for ompl::base::SpaceInformation.
const SpaceInformationPtr & getSpaceInformation() const
Return the instance of SpaceInformation used in this PlannerData.
Definition: PlannerData.cpp:755
virtual bool store(const PlannerData &pd, const char *filename)
Store (serialize) the PlannerData structure to the given filename.
Definition: PlannerDataStorage.cpp:46
virtual bool load(const char *filename, PlannerData &pd)
Load the PlannerData structure from the given stream. The StateSpace that was used to store the data ...
Definition: PlannerDataStorage.cpp:92
unsigned int numEdges() const
Retrieve the number of edges in this structure.
Definition: PlannerData.cpp:205
Object containing planner generated vertex and edge data. It is assumed that all vertices are unique,...
Definition: PlannerData.h:238
Information stored at the beginning of the PlannerData archive.
Definition: PlannerDataStorage.h:205
unsigned int numVertices() const
Retrieve the number of vertices in this structure.
Definition: PlannerData.cpp:200