|
octomap 1.9.8
|
A connection between two ScanNodes. More...
#include <ScanGraph.h>
Public Member Functions | |
| bool | operator== (const ScanEdge &other) |
| std::istream & | readASCII (std::istream &s, ScanGraph &graph) |
| std::istream & | readBinary (std::istream &s, ScanGraph &graph) |
| ScanEdge () | |
| ScanEdge (ScanNode *_first, ScanNode *_second, pose6d _constraint) | |
| std::ostream & | writeASCII (std::ostream &s) const |
| std::ostream & | writeBinary (std::ostream &s) const |
Data Fields | |
| pose6d | constraint |
| ScanNode * | first |
| ScanNode * | second |
| double | weight |
A connection between two ScanNodes.
References constraint, first, second, and weight.
Referenced by operator==().
|
inline |
|
inline |
References first, ScanEdge(), and second.
| std::istream & octomap::ScanEdge::readASCII | ( | std::istream & | s, |
| ScanGraph & | graph ) |
References constraint, first, octomap::ScanGraph::getNodeByID(), OCTOMAP_ERROR, second, and weight.
Referenced by octomap::ScanGraph::readEdgesASCII().
| std::istream & octomap::ScanEdge::readBinary | ( | std::istream & | s, |
| ScanGraph & | graph ) |
References constraint, first, octomap::ScanGraph::getNodeByID(), OCTOMAP_ERROR, second, and weight.
Referenced by octomap::ScanGraph::readBinary().
| std::ostream & octomap::ScanEdge::writeASCII | ( | std::ostream & | s | ) | const |
References constraint, first, second, and weight.
| std::ostream & octomap::ScanEdge::writeBinary | ( | std::ostream & | s | ) | const |
References constraint, first, second, and weight.
| pose6d octomap::ScanEdge::constraint |
Referenced by readASCII(), readBinary(), ScanEdge(), writeASCII(), and writeBinary().
| ScanNode* octomap::ScanEdge::first |
Referenced by operator==(), readASCII(), readBinary(), ScanEdge(), writeASCII(), and writeBinary().
| ScanNode* octomap::ScanEdge::second |
Referenced by operator==(), readASCII(), readBinary(), ScanEdge(), writeASCII(), and writeBinary().
| double octomap::ScanEdge::weight |
Referenced by readASCII(), readBinary(), ScanEdge(), writeASCII(), and writeBinary().