octomap 1.5.0
octomap::ScanEdge Class Reference

A connection between two ScanNodes. More...

Collaboration diagram for octomap::ScanEdge:

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
ScanNodefirst
ScanNodesecond
double weight

Detailed Description

A connection between two ScanNodes.


Constructor & Destructor Documentation

octomap::ScanEdge::ScanEdge ( ScanNode _first,
ScanNode _second,
pose6d  _constraint 
) [inline]
octomap::ScanEdge::ScanEdge ( ) [inline]

Member Function Documentation

bool octomap::ScanEdge::operator== ( const ScanEdge other) [inline]

References first, and second.

std::istream & octomap::ScanEdge::readASCII ( std::istream &  s,
ScanGraph graph 
)
std::istream & octomap::ScanEdge::readBinary ( std::istream &  s,
ScanGraph graph 
)
std::ostream & octomap::ScanEdge::writeASCII ( std::ostream &  s) const
std::ostream & octomap::ScanEdge::writeBinary ( std::ostream &  s) const

Field Documentation


The documentation for this class was generated from the following files: