A 3D scan as Pointcloud, performed from a Pose6D.
Definition at line 67 of file ScanGraph.h.
#include <mrpt/otherlibs/octomap/ScanGraph.h>
| octomap::ScanNode::ScanNode |
( |
| ) |
|
|
inline |
| octomap::ScanNode::~ScanNode |
( |
| ) |
|
| bool octomap::ScanNode::operator== |
( |
const ScanNode & |
other | ) |
|
|
inline |
| std::istream& octomap::ScanNode::readBinary |
( |
std::istream & |
s | ) |
|
| std::istream& octomap::ScanNode::readPoseASCII |
( |
std::istream & |
s | ) |
|
| std::ostream& octomap::ScanNode::writeBinary |
( |
std::ostream & |
s | ) |
const |
| std::ostream& octomap::ScanNode::writePoseASCII |
( |
std::ostream & |
s | ) |
const |
| uint64_t octomap::ScanNode::id |
JLBC: Changed from "unsigned int" so binarized versions are platform-independent.
Definition at line 90 of file ScanGraph.h.
Referenced by operator==().
| pose6d octomap::ScanNode::pose |
6D pose from which the scan was performed
Definition at line 89 of file ScanGraph.h.