FilterDeleteLayer.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  * ------------------------------------------------------------------------- */
13 #pragma once
14 
15 #include <mp2p_icp/metricmap.h>
17 #include <mrpt/maps/CPointsMap.h>
18 
19 namespace mp2p_icp_filters
20 {
26 {
27  DEFINE_MRPT_OBJECT(FilterDeleteLayer, mp2p_icp_filters)
28  public:
30 
31  // See docs in base class.
32  void initialize(const mrpt::containers::yaml& c) override;
33 
34  // See docs in FilterBase
35  void filter(mp2p_icp::metric_map_t& inOut) const override;
36 
37  struct Parameters
38  {
39  void load_from_yaml(const mrpt::containers::yaml& c);
40 
42 
47  };
48 
51 };
52 
55 } // namespace mp2p_icp_filters
Generic container of pointcloud(s), extracted features and other maps.
Definition: metricmap.h:47
Base virtual class for point cloud filters.
::std::string string
Definition: gtest.h:1979
void initialize(const mrpt::containers::yaml &c) override
void load_from_yaml(const mrpt::containers::yaml &c)
Generic representation of pointcloud(s) and/or extracted features.
void filter(mp2p_icp::metric_map_t &inOut) const override


mrpt_local_obstacles
Author(s): Jose-Luis Blanco-Claraco
autogenerated on Thu Jun 1 2023 03:05:10