|
Robotics Library
0.7.0
|
Go to the documentation of this file.
27 #ifndef RL_PLAN_WORKSPACESPHERE_H
28 #define RL_PLAN_WORKSPACESPHERE_H
31 #include <boost/graph/adjacency_list.hpp>
41 typedef ::boost::adjacency_list_traits<
44 ::boost::bidirectionalS
62 #endif // RL_PLAN_WORKSPACESPHERE_H
Vector3Ptr center
Definition: WorkspaceSphere.h:49
::rl::math::Real radius
Definition: WorkspaceSphere.h:55
::boost::adjacency_list_traits< ::boost::listS, ::boost::listS, ::boost::bidirectionalS >::vertex_descriptor Vertex
Definition: WorkspaceSphere.h:45
Definition: WorkspaceSphere.h:40
::rl::math::Real radiusSum
Definition: WorkspaceSphere.h:57
Vertex parent
Definition: WorkspaceSphere.h:51
::rl::math::Real priority
Definition: WorkspaceSphere.h:53
bool operator<(const WorkspaceSphere &rhs) const
Definition: WorkspaceSphere.cpp:34
::std::shared_ptr< ::rl::math::Vector3 > Vector3Ptr
Definition: Vector3Ptr.h:37
double Real
Definition: Real.h:42
Robotics Library.
Definition: AnalogInput.cpp:30