Representation of a region in the Decomposition assigned to Syclop.
More...
#include <ompl/control/planners/syclop/Syclop.h>
|
|
| Region (const Region &)=default |
|
Region & | operator= (const Region &)=default |
|
| Region (Region &&)=default |
|
Region & | operator= (Region &&)=default |
| void | clear () |
| | Clears motions and coverage information from this region.
|
|
| std::set< int > | covGridCells |
| | The cells of the underlying coverage grid that contain tree motions from this region.
|
| std::vector< Motion * > | motions |
| | The tree motions contained in this region.
|
| double | volume |
| | The volume of this region.
|
| double | freeVolume |
| | The free volume of this region.
|
| double | percentValidCells |
| | The percent of free volume of this region.
|
| double | weight |
| | The probabilistic weight of this region, used when sampling from PDF.
|
| double | alpha |
| | The coefficient contributed by this region to edge weights in lead computations.
|
| int | index |
| | The index of the graph node corresponding to this region.
|
| unsigned int | numSelections |
| | The number of times this region has been selected for expansion.
|
| PDF< int >::Element * | pdfElem |
| | The Element corresponding to this region in the PDF of available regions.
|
Representation of a region in the Decomposition assigned to Syclop.
Definition at line 277 of file Syclop.h.
◆ clear()
| void ompl::control::Syclop::Region::clear |
( |
| ) |
|
|
inline |
Clears motions and coverage information from this region.
Definition at line 289 of file Syclop.h.
◆ alpha
| double ompl::control::Syclop::Region::alpha |
The coefficient contributed by this region to edge weights in lead computations.
Definition at line 309 of file Syclop.h.
◆ covGridCells
| std::set<int> ompl::control::Syclop::Region::covGridCells |
The cells of the underlying coverage grid that contain tree motions from this region.
Definition at line 297 of file Syclop.h.
◆ freeVolume
| double ompl::control::Syclop::Region::freeVolume |
The free volume of this region.
Definition at line 303 of file Syclop.h.
◆ index
| int ompl::control::Syclop::Region::index |
The index of the graph node corresponding to this region.
Definition at line 311 of file Syclop.h.
◆ motions
| std::vector<Motion *> ompl::control::Syclop::Region::motions |
The tree motions contained in this region.
Definition at line 299 of file Syclop.h.
◆ numSelections
| unsigned int ompl::control::Syclop::Region::numSelections |
The number of times this region has been selected for expansion.
Definition at line 313 of file Syclop.h.
◆ pdfElem
| PDF<int>::Element* ompl::control::Syclop::Region::pdfElem |
The Element corresponding to this region in the PDF of available regions.
Definition at line 315 of file Syclop.h.
◆ percentValidCells
| double ompl::control::Syclop::Region::percentValidCells |
The percent of free volume of this region.
Definition at line 305 of file Syclop.h.
◆ volume
| double ompl::control::Syclop::Region::volume |
The volume of this region.
Definition at line 301 of file Syclop.h.
◆ weight
| double ompl::control::Syclop::Region::weight |
The probabilistic weight of this region, used when sampling from PDF.
Definition at line 307 of file Syclop.h.
The documentation for this class was generated from the following file: