MRPT
1.9.9
|
#include "obs-precomp.h"
#include <mrpt/obs/CObservationSkeleton.h>
#include <mrpt/serialization/CArchive.h>
#include <iostream>
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) |
#define PRINT_JOINT | ( | _J | ) |
Referenced by mrpt::obs::CObservationSkeleton::getDescriptionAsText().
Definition at line 25 of file CObservationSkeleton.cpp.
Referenced by mrpt::obs::CObservationSkeleton::serializeFrom().
Definition at line 24 of file CObservationSkeleton.cpp.
Referenced by mrpt::obs::CObservationSkeleton::serializeTo().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |