Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Enumerations
conditional_removal.h File Reference
#include <pcl/filters/filter.h>
Include dependency graph for conditional_removal.h:

Go to the source code of this file.

Classes

class  pcl::PointDataAtOffset< PointT >
 A datatype that enables type-correct comparisons. More...
class  pcl::ComparisonBase< PointT >
 The (abstract) base class for the comparison object. More...
class  pcl::FieldComparison< PointT >
 The field-based specialization of the comparison object. More...
class  pcl::PackedRGBComparison< PointT >
 A packed rgb specialization of the comparison object. More...
class  pcl::PackedHSIComparison< PointT >
 A packed HSI specialization of the comparison object. More...
class  pcl::TfQuadraticXYZComparison< PointT >
 A comparison whether the (x,y,z) components of a given point satisfy (p'Ap + 2v'p + c [OP] 0). More...
class  pcl::ConditionBase< PointT >
 Base condition class. More...
class  pcl::ConditionAnd< PointT >
 AND condition. More...
class  pcl::ConditionOr< PointT >
 OR condition. More...
class  pcl::ConditionalRemoval< PointT >
 ConditionalRemoval filters data that satisfies certain conditions. More...

Namespaces

namespace  pcl
namespace  pcl::ComparisonOps

Enumerations

enum  pcl::ComparisonOps::CompareOp {
  pcl::ComparisonOps::GT, pcl::ComparisonOps::GE, pcl::ComparisonOps::LT, pcl::ComparisonOps::LE,
  pcl::ComparisonOps::EQ
}
 The kind of comparison operations that are possible within a comparison object. More...
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines