mp2p_icp_filters
include
mp2p_icp_filters
GetOrCreatePointLayer.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-2024 Jose Luis Blanco, University of Almeria
4
* See LICENSE for license information.
5
* ------------------------------------------------------------------------- */
13
#pragma once
14
15
#include <
mp2p_icp/metricmap.h
>
16
#include <mrpt/maps/CPointsMap.h>
17
18
#include <string>
19
20
namespace
mp2p_icp_filters
21
{
25
[[nodiscard]] mrpt::maps::CPointsMap::Ptr
GetOrCreatePointLayer
(
26
mp2p_icp::metric_map_t
& m,
const
std::string
& layerName,
27
bool
allowEmptyName =
true
,
28
const
std::string
& classForLayerCreation =
"mrpt::maps::CSimplePointsMap"
);
29
32
}
// namespace mp2p_icp_filters
testing::internal::string
::std::string string
Definition:
gtest.h:1979
mp2p_icp_filters::GetOrCreatePointLayer
mrpt::maps::CPointsMap::Ptr GetOrCreatePointLayer(mp2p_icp::metric_map_t &m, const std::string &layerName, bool allowEmptyName=true, const std::string &classForLayerCreation="mrpt::maps::CSimplePointsMap")
Definition:
GetOrCreatePointLayer.cpp:15
metricmap.h
Generic representation of pointcloud(s) and/or extracted features.
mp2p_icp::metric_map_t
Generic container of pointcloud(s), extracted features and other maps.
Definition:
metricmap.h:49
mp2p_icp_filters
Definition:
FilterAdjustTimestamps.h:19
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:39