OR condition. More...
#include <conditional_removal.h>
Public Types | |
typedef boost::shared_ptr < const ConditionOr< PointT > > | ConstPtr |
typedef boost::shared_ptr < ConditionOr< PointT > > | Ptr |
Public Member Functions | |
ConditionOr () | |
Constructor. | |
virtual bool | evaluate (const PointT &point) const |
Determine if a point meets this condition. |
OR condition.
Definition at line 518 of file conditional_removal.h.
typedef boost::shared_ptr<const ConditionOr<PointT> > pcl::ConditionOr< PointT >::ConstPtr |
Reimplemented from pcl::ConditionBase< PointT >.
Definition at line 525 of file conditional_removal.h.
typedef boost::shared_ptr<ConditionOr<PointT> > pcl::ConditionOr< PointT >::Ptr |
Reimplemented from pcl::ConditionBase< PointT >.
Definition at line 524 of file conditional_removal.h.
pcl::ConditionOr< PointT >::ConditionOr | ( | ) | [inline] |
Constructor.
Definition at line 528 of file conditional_removal.h.
bool pcl::ConditionOr< PointT >::evaluate | ( | const PointT & | point | ) | const [virtual] |
Determine if a point meets this condition.
The ConditionOr evaluates to true when ANY comparisons or nested conditions evaluate to true
Implements pcl::ConditionBase< PointT >.
Definition at line 644 of file conditional_removal.hpp.