load_xyz_file.h
Go to the documentation of this file.
1 /* -------------------------------------------------------------------------
2  * A repertory of multi primitive-to-primitive (MP2P) ICP algorithms in C++
3  * Copyright (C) 2018-2021 Jose Luis Blanco, University of Almeria
4  * See LICENSE for license information.
5  * ------------------------------------------------------------------------- */
12 #pragma once
13 
14 #include <mrpt/maps/CSimplePointsMap.h>
15 
16 #include <string>
17 
18 namespace mp2p_icp
19 {
26 mrpt::maps::CSimplePointsMap::Ptr load_xyz_file(const std::string& fil);
27 
28 } // namespace mp2p_icp
mp2p_icp
Definition: covariance.h:17
testing::internal::string
::std::string string
Definition: gtest.h:1979
mp2p_icp::load_xyz_file
mrpt::maps::CSimplePointsMap::Ptr load_xyz_file(const std::string &fil)
Definition: load_xyz_file.cpp:21


mrpt_local_obstacles
Author(s): Jose-Luis Blanco-Claraco
autogenerated on Mon Aug 14 2023 02:09:03