MRPT  1.9.9
mrpt::maps::CPointCloudFilterBase::TExtraFilterParams Struct Reference

Detailed Description

Definition at line 40 of file CPointCloudFilterBase.h.

#include <mrpt/maps/CPointCloudFilterBase.h>

Public Member Functions

 TExtraFilterParams ()
 

Public Attributes

std::vector< bool > * out_deletion_mask
 If a pointer is provided to a user-given container, the list of points to be deleted will be marked here with true. More...
 
bool do_not_delete
 (Default:false) If true, only out_deletion_mask is filled in, but the filtered-out points will be not actually removed. More...
 

Constructor & Destructor Documentation

◆ TExtraFilterParams()

mrpt::maps::CPointCloudFilterBase::TExtraFilterParams::TExtraFilterParams ( )

Definition at line 18 of file CPointCloudFilterBase.cpp.

Member Data Documentation

◆ do_not_delete

bool mrpt::maps::CPointCloudFilterBase::TExtraFilterParams::do_not_delete

(Default:false) If true, only out_deletion_mask is filled in, but the filtered-out points will be not actually removed.

Definition at line 47 of file CPointCloudFilterBase.h.

◆ out_deletion_mask

std::vector<bool>* mrpt::maps::CPointCloudFilterBase::TExtraFilterParams::out_deletion_mask

If a pointer is provided to a user-given container, the list of points to be deleted will be marked here with true.

Definition at line 44 of file CPointCloudFilterBase.h.

Referenced by run_pc_filter_test().




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020