AND condition. More...
#include <conditional_removal.h>
Public Types | |
typedef boost::shared_ptr < const ConditionAnd< PointT > > | ConstPtr |
typedef boost::shared_ptr < ConditionAnd< PointT > > | Ptr |
Public Member Functions | |
ConditionAnd () | |
Constructor. | |
virtual bool | evaluate (const PointT &point) const |
Determine if a point meets this condition. |
AND condition.
Definition at line 509 of file conditional_removal.h.
typedef boost::shared_ptr<const ConditionAnd<PointT> > pcl::ConditionAnd< PointT >::ConstPtr |
Reimplemented from pcl::ConditionBase< PointT >.
Definition at line 516 of file conditional_removal.h.
typedef boost::shared_ptr<ConditionAnd<PointT> > pcl::ConditionAnd< PointT >::Ptr |
Reimplemented from pcl::ConditionBase< PointT >.
Definition at line 515 of file conditional_removal.h.
pcl::ConditionAnd< PointT >::ConditionAnd | ( | ) | [inline] |
Constructor.
Definition at line 519 of file conditional_removal.h.
bool pcl::ConditionAnd< PointT >::evaluate | ( | const PointT & | point | ) | const [virtual] |
Determine if a point meets this condition.
The ConditionAnd evaluates to true when ALL comparisons and nested conditions evaluate to true
Implements pcl::ConditionBase< PointT >.
Definition at line 626 of file conditional_removal.hpp.