|
#include <algorithm>
#include <functional>
#include <vector>
#include <pcl/point_cloud.h>
Go to the source code of this file.
Classes | |
class | PointRangeFilter< PointT, OperatorT > |
class | RangeFilter< PointT, OperatorT > |
class | Filter< PointT > |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::detail | |
Typedefs | |
template<typename PointT > | |
using | MaxRangeFilter = detail::RangeFilter< PointT, std::less< float > > |
template<typename PointT > | |
using | MinRangeFilter = detail::RangeFilter< PointT, std::greater< float > > |
template<typename PointT > | |
using | PointMaxRangeFilter = detail::PointRangeFilter< PointT, std::less< float > > |
template<typename PointT > | |
using | PointMinRangeFilter = detail::PointRangeFilter< PointT, std::greater< float > > |
Functions | |
template<typename Predicate > | |
void | erase_if (auto &c, Predicate pred) |
void erase_if | ( | auto & | c, |
Predicate | pred | ||
) |