Home
last modified time | relevance | path

Searched refs:extract_removed_indices (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/experimental/
H A Dfunctor_filter.h65 FunctorFilter(FunctionObjectT function_object, bool extract_removed_indices = false)
66 : Base(extract_removed_indices), functionObject_(std::move(function_object)) in Base() argument
116 FunctorFilter(bool extract_removed_indices = false) : Base(extract_removed_indices) in Base() argument
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/
H A Dfilter_indices.h87 FilterIndices (bool extract_removed_indices = false) :
88 Filter<PointT> (extract_removed_indices),
204 FilterIndices (bool extract_removed_indices = false) :
205 Filter<PCLPointCloud2> (extract_removed_indices),
H A Dradius_outlier_removal.h88 RadiusOutlierRemoval (bool extract_removed_indices = false) :
89 FilterIndices<PointT> (extract_removed_indices),
202 RadiusOutlierRemoval (bool extract_removed_indices = false) :
203 FilterIndices<pcl::PCLPointCloud2>::FilterIndices (extract_removed_indices), in FilterIndices() argument
H A Dstatistical_outlier_removal.h97 StatisticalOutlierRemoval (bool extract_removed_indices = false) :
98 FilterIndices<PointT> (extract_removed_indices),
210 StatisticalOutlierRemoval (bool extract_removed_indices = false) :
211 FilterIndices<pcl::PCLPointCloud2>::FilterIndices (extract_removed_indices), mean_k_ (2), in FilterIndices() argument
H A Dfilter.h95 Filter (bool extract_removed_indices = false) :
97 extract_removed_indices_ (extract_removed_indices) in removed_indices_()
200 Filter (bool extract_removed_indices = false) :
202 extract_removed_indices_ (extract_removed_indices) in removed_indices_()
H A Dpassthrough.h98 PassThrough (bool extract_removed_indices = false) :
99 FilterIndices<PointT> (extract_removed_indices),
237 PassThrough (bool extract_removed_indices = false) :
238 FilterIndices<pcl::PCLPointCloud2>::FilterIndices (extract_removed_indices), in FilterIndices() argument
H A Dcrop_box.h69 CropBox (bool extract_removed_indices = false) :
70 FilterIndices<PointT> (extract_removed_indices),
213 CropBox (bool extract_removed_indices = false) :
214 FilterIndices<pcl::PCLPointCloud2>::FilterIndices (extract_removed_indices), in FilterIndices() argument
H A Dlocal_maximum.h68 LocalMaximum (bool extract_removed_indices = false) :
69 FilterIndices<PointT>::FilterIndices (extract_removed_indices), in FilterIndices() argument
H A Dshadowpoints.h73 ShadowPoints (bool extract_removed_indices = false) :
74 FilterIndices<PointT> (extract_removed_indices),
H A Duniform_sampling.h75 UniformSampling (bool extract_removed_indices = false) :
76 Filter<PointT>(extract_removed_indices),
H A Dfrustum_culling.h90 FrustumCulling (bool extract_removed_indices = false)
91 : FilterIndices<PointT> (extract_removed_indices)
H A Dextract_indices.h85 ExtractIndices (bool extract_removed_indices = false) :
86 FilterIndices<PointT>::FilterIndices (extract_removed_indices) in FilterIndices() argument
H A Drandom_sample.h77 RandomSample (bool extract_removed_indices = false) :
78 FilterIndices<PointT> (extract_removed_indices),
H A Dmodel_outlier_removal.h84 ModelOutlierRemoval (bool extract_removed_indices = false) :
85 FilterIndices<PointT> (extract_removed_indices)
H A Dconditional_removal.h614 ConditionalRemoval (int extract_removed_indices = false) :
615 …Filter<PointT>::Filter (extract_removed_indices), capable_ (false), keep_organized_ (false), condi… in Filter() argument