Public Member Functions | Public Attributes | List of all members
plan::bg_vertex_property< Point > Struct Template Reference

#include <rtree_graph_planner.hpp>

+ Collaboration diagram for plan::bg_vertex_property< Point >:

Public Member Functions

 bg_vertex_property ()
 
 bg_vertex_property (Point const &loc)
 

Public Attributes

Point location
 

Detailed Description

template<typename Point>
struct plan::bg_vertex_property< Point >

Definition at line 96 of file rtree_graph_planner.hpp.

Constructor & Destructor Documentation

§ bg_vertex_property() [1/2]

template<typename Point >
plan::bg_vertex_property< Point >::bg_vertex_property ( )
inline

Definition at line 98 of file rtree_graph_planner.hpp.

§ bg_vertex_property() [2/2]

template<typename Point >
plan::bg_vertex_property< Point >::bg_vertex_property ( Point const &  loc)
inline

Definition at line 102 of file rtree_graph_planner.hpp.

Member Data Documentation

§ location

template<typename Point >
Point plan::bg_vertex_property< Point >::location

Definition at line 107 of file rtree_graph_planner.hpp.


The documentation for this struct was generated from the following file: