MRPT
2.0.4
|
#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 | ) |
#define READ_JOINT | ( | _J | ) | in >> (_J).x >> (_J).y >> (_J).z >> (_J).conf; |
Definition at line 25 of file CObservationSkeleton.cpp.
#define WRITE_JOINT | ( | _J | ) | out << (_J).x << (_J).y << (_J).z << (_J).conf; |
Definition at line 24 of file CObservationSkeleton.cpp.
Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Fri Jul 17 08:43:33 UTC 2020 |