Definition at line 1608 of file Graph.cpp.
◆ Node()
◆ costSoFar()
float rtabmap::graph::Node::costSoFar |
( |
| ) |
const |
|
inline |
◆ distFrom()
◆ distToEnd()
float rtabmap::graph::Node::distToEnd |
( |
| ) |
const |
|
inline |
◆ fromId()
int rtabmap::graph::Node::fromId |
( |
| ) |
const |
|
inline |
◆ id()
int rtabmap::graph::Node::id |
( |
| ) |
const |
|
inline |
◆ isClosed()
bool rtabmap::graph::Node::isClosed |
( |
| ) |
const |
|
inline |
◆ isOpened()
bool rtabmap::graph::Node::isOpened |
( |
| ) |
const |
|
inline |
◆ pose()
◆ setClosed()
void rtabmap::graph::Node::setClosed |
( |
bool |
closed | ) |
|
|
inline |
◆ setCostSoFar()
void rtabmap::graph::Node::setCostSoFar |
( |
float |
costSoFar | ) |
|
|
inline |
◆ setDistToEnd()
void rtabmap::graph::Node::setDistToEnd |
( |
float |
distToEnd | ) |
|
|
inline |
◆ setFromId()
void rtabmap::graph::Node::setFromId |
( |
int |
fromId | ) |
|
|
inline |
◆ setPose()
void rtabmap::graph::Node::setPose |
( |
const Transform & |
pose | ) |
|
|
inline |
◆ totalCost()
float rtabmap::graph::Node::totalCost |
( |
| ) |
const |
|
inline |
◆ closed_
bool rtabmap::graph::Node::closed_ |
|
private |
◆ costSoFar_
float rtabmap::graph::Node::costSoFar_ |
|
private |
◆ distToEnd_
float rtabmap::graph::Node::distToEnd_ |
|
private |
◆ fromId_
int rtabmap::graph::Node::fromId_ |
|
private |
◆ id_
int rtabmap::graph::Node::id_ |
|
private |
◆ pose_
The documentation for this class was generated from the following file: