#include <RobotComponents/components/MotionPlanning/Tasks/RRTConnect/Tree.h>
Definition at line 48 of file Tree.h.
◆ ConfigType
◆ Tree() [1/2]
◆ Tree() [2/2]
Tree |
( |
std::size_t |
maximalWorkerCount | ) |
|
|
inline |
◆ addNode()
void addNode |
( |
const ConfigType & |
cfg, |
|
|
const NodeId & |
parent, |
|
|
std::size_t |
workerId |
|
) |
| |
|
inline |
◆ applyUpdate()
void applyUpdate |
( |
const PerTreeUpdate & |
u, |
|
|
Ice::Long |
workerId |
|
) |
| |
|
inline |
◆ getNearestNeighbour()
armarx::rrtconnect::NodeId getNearestNeighbour |
( |
const ConfigType & |
cfg | ) |
|
◆ getNode()
const NodeType& getNode |
( |
const NodeId & |
nodeId | ) |
const |
|
inline |
◆ getNodes()
const std::deque<std::deque<NodeType> >& getNodes |
( |
| ) |
const |
|
inline |
◆ getPathTo()
std::vector<ConfigType> getPathTo |
( |
const NodeId & |
nodeId | ) |
const |
◆ getReversedPathTo()
◆ getSize()
std::size_t getSize |
( |
| ) |
const |
|
inline |
◆ setMaximalWorkerCount()
void setMaximalWorkerCount |
( |
std::size_t |
count | ) |
|
|
inline |
Sets the maximal worker count to the given value.
This value has to be set before the tree's useage. and should never be set twice.
- Parameters
-
Definition at line 66 of file Tree.h.
◆ setRoot()
The documentation for this class was generated from the following files:
- RobotComponents/components/MotionPlanning/Tasks/RRTConnect/Tree.h
- RobotComponents/components/MotionPlanning/Tasks/RRTConnect/Tree.cpp