MRPT
2.0.1
|
#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().
#define READ_JOINT | ( | _J | ) | in >> (_J).x >> (_J).y >> (_J).z >> (_J).conf; |
Definition at line 25 of file CObservationSkeleton.cpp.
Referenced by mrpt::obs::CObservationSkeleton::serializeFrom().
#define WRITE_JOINT | ( | _J | ) | out << (_J).x << (_J).y << (_J).z << (_J).conf; |
Definition at line 24 of file CObservationSkeleton.cpp.
Referenced by mrpt::obs::CObservationSkeleton::serializeTo().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |