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... | |
| mrpt::maps::CPointCloudFilterBase::TExtraFilterParams::TExtraFilterParams | ( | ) |
| 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.
| 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 Aug 22 01:03:35 UTC 2017 |