Go to the source code of this file.
Macros | |
#define | WRITE_JOINT(_J) out << _J.x << _J.y << _J.z << _J.conf; |
#define | READ_JOINT(_J) in >> _J.x >> _J.y >> _J.z >> _J.conf; |
#define | PRINT_JOINT(_J) cout << "\t" << #_J << ":\t(" << this->_J.x << ", " << this->_J.y << ", " << this->_J.z << ") -- " << this->_J.conf << endl; |
#define PRINT_JOINT | ( | _J | ) | cout << "\t" << #_J << ":\t(" << this->_J.x << ", " << this->_J.y << ", " << this->_J.z << ") -- " << this->_J.conf << endl; |
Referenced by mrpt::obs::CObservationSkeleton::getDescriptionAsText().
Definition at line 25 of file CObservationSkeleton.cpp.
Referenced by mrpt::obs::CObservationSkeleton::readFromStream().
Definition at line 24 of file CObservationSkeleton.cpp.
Referenced by mrpt::obs::CObservationSkeleton::writeToStream().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |