Public Member Functions | |
virtual std::vector< int > const * | getPredecessors () const |
virtual std::vector< int > const * | getSuccessors () const |
LatticeSCQ (EnvironmentNAVXYTHETALAT *env, std::vector< nav2dcell_t > const &changedcellsV) | |
Public Attributes | |
std::vector< nav2dcell_t > const & | changedcellsV_ |
EnvironmentNAVXYTHETALAT * | env_ |
std::vector< int > | predsOfChangedCells_ |
std::vector< int > | succsOfChangedCells_ |
Definition at line 61 of file sbpl_lattice_planner.cpp.
sbpl_lattice_planner::LatticeSCQ::LatticeSCQ | ( | EnvironmentNAVXYTHETALAT * | env, |
std::vector< nav2dcell_t > const & | changedcellsV | ||
) | [inline] |
Definition at line 63 of file sbpl_lattice_planner.cpp.
virtual std::vector<int> const* sbpl_lattice_planner::LatticeSCQ::getPredecessors | ( | ) | const [inline, virtual] |
Definition at line 68 of file sbpl_lattice_planner.cpp.
virtual std::vector<int> const* sbpl_lattice_planner::LatticeSCQ::getSuccessors | ( | ) | const [inline, virtual] |
Definition at line 75 of file sbpl_lattice_planner.cpp.
std::vector<nav2dcell_t> const& sbpl_lattice_planner::LatticeSCQ::changedcellsV_ |
Definition at line 82 of file sbpl_lattice_planner.cpp.
EnvironmentNAVXYTHETALAT* sbpl_lattice_planner::LatticeSCQ::env_ |
Definition at line 81 of file sbpl_lattice_planner.cpp.
std::vector<int> sbpl_lattice_planner::LatticeSCQ::predsOfChangedCells_ [mutable] |
Definition at line 83 of file sbpl_lattice_planner.cpp.
std::vector<int> sbpl_lattice_planner::LatticeSCQ::succsOfChangedCells_ [mutable] |
Definition at line 84 of file sbpl_lattice_planner.cpp.