The object containing all vertex data that will be stored. More...
#include <PlannerDataStorage.h>
Public Types | |
| enum | VertexType { STANDARD = 0, START, GOAL } |
Public Member Functions | |
| template<typename Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
| const PlannerDataVertex * | v_ |
| std::vector< unsigned char > | state_ |
| VertexType | type_ |
The object containing all vertex data that will be stored.
Definition at line 138 of file PlannerDataStorage.h.