|
Point Cloud Library (PCL)
1.5.1
|
The (abstract) base class for 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 | |
| bool | isCapable () const |
| Return if the comparison is capable. | |
| virtual bool | evaluate (const PointT &point) const =0 |
| Evaluate function. | |
The (abstract) base class for the comparison object.
Definition at line 90 of file conditional_removal.h.
| typedef boost::shared_ptr<const ComparisonBase<PointT> > pcl::ComparisonBase< PointT >::ConstPtr |
Reimplemented in pcl::FieldComparison< PointT >.
Definition at line 94 of file conditional_removal.h.
| typedef boost::shared_ptr<ComparisonBase<PointT> > pcl::ComparisonBase< PointT >::Ptr |
Reimplemented in pcl::FieldComparison< PointT >.
Definition at line 93 of file conditional_removal.h.
| virtual bool pcl::ComparisonBase< PointT >::evaluate | ( | const PointT & | point | ) | const [pure virtual] |
Evaluate function.
Implemented in pcl::PackedHSIComparison< PointT >, pcl::PackedRGBComparison< PointT >, and pcl::FieldComparison< PointT >.
| bool pcl::ComparisonBase< PointT >::isCapable | ( | ) | const [inline] |
Return if the comparison is capable.
Definition at line 98 of file conditional_removal.h.
1.8.0