Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Member Functions | Public Attributes
mrpt::maps::CPointCloudFilterBase::TExtraFilterParams Struct Reference

Detailed Description

Definition at line 33 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 ( )

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 36 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 35 of file CPointCloudFilterBase.h.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017