|
Point Cloud Library (PCL)
1.6.0
|
A packed rgb specialization of the comparison object. More...
#include <pcl/filters/conditional_removal.h>


Public Types | |
| typedef boost::shared_ptr < ComparisonBase< PointT > > | Ptr |
| typedef boost::shared_ptr < const ComparisonBase< PointT > > | ConstPtr |
Public Member Functions | |
| PackedRGBComparison (std::string component_name, ComparisonOps::CompareOp op, double compare_val) | |
| Construct a PackedRGBComparison. | |
| virtual | ~PackedRGBComparison () |
| Destructor. | |
| virtual bool | evaluate (const PointT &point) const |
| Determine the result of this comparison. | |
| bool | isCapable () const |
| Return if the comparison is capable. | |
A packed rgb specialization of the comparison object.
Definition at line 191 of file conditional_removal.h.
typedef boost::shared_ptr<const ComparisonBase<PointT> > pcl::ComparisonBase< PointT >::ConstPtr [inherited] |
Reimplemented in pcl::TfQuadraticXYZComparison< PointT >, and pcl::FieldComparison< PointT >.
Definition at line 92 of file conditional_removal.h.
typedef boost::shared_ptr<ComparisonBase<PointT> > pcl::ComparisonBase< PointT >::Ptr [inherited] |
Reimplemented in pcl::TfQuadraticXYZComparison< PointT >, and pcl::FieldComparison< PointT >.
Definition at line 91 of file conditional_removal.h.
| pcl::PackedRGBComparison< PointT >::PackedRGBComparison | ( | std::string | component_name, |
| ComparisonOps::CompareOp | op, | ||
| double | compare_val | ||
| ) |
Construct a PackedRGBComparison.
| component_name | either "r", "g" or "b" |
| op | the operator to use when making the comparison |
| compare_val | the constant value to compare the component value too |
Definition at line 140 of file conditional_removal.hpp.
| virtual pcl::PackedRGBComparison< PointT >::~PackedRGBComparison | ( | ) | [inline, virtual] |
Destructor.
Definition at line 205 of file conditional_removal.h.
| bool pcl::PackedRGBComparison< PointT >::evaluate | ( | const PointT & | point | ) | const [virtual] |
Determine the result of this comparison.
| point | the point to evaluate |
Implements pcl::ComparisonBase< PointT >.
Definition at line 203 of file conditional_removal.hpp.
| bool pcl::ComparisonBase< PointT >::isCapable | ( | ) | const [inline, inherited] |
Return if the comparison is capable.
Definition at line 102 of file conditional_removal.h.
1.7.6.1