|
Point Cloud Library (PCL)
1.6.0
|
AND condition. More...
#include <pcl/filters/conditional_removal.h>


Public Types | |
| typedef boost::shared_ptr < ConditionAnd< PointT > > | Ptr |
| typedef boost::shared_ptr < const ConditionAnd< PointT > > | ConstPtr |
| typedef pcl::ComparisonBase < PointT > | ComparisonBase |
| typedef ComparisonBase::Ptr | ComparisonBasePtr |
| typedef ComparisonBase::ConstPtr | ComparisonBaseConstPtr |
Public Member Functions | |
| ConditionAnd () | |
| Constructor. More... | |
| virtual bool | evaluate (const PointT &point) const |
| Determine if a point meets this condition. More... | |
| void | addComparison (ComparisonBaseConstPtr comparison) |
| Add a new comparison. More... | |
| void | addCondition (Ptr condition) |
| Add a nested condition to this condition. More... | |
| bool | isCapable () const |
| Check if evaluation requirements are met. More... | |
AND condition.
Definition at line 490 of file conditional_removal.h.
|
inherited |
Definition at line 429 of file conditional_removal.h.
|
inherited |
Definition at line 431 of file conditional_removal.h.
|
inherited |
Definition at line 430 of file conditional_removal.h.
| typedef boost::shared_ptr<const ConditionAnd<PointT> > pcl::ConditionAnd< PointT >::ConstPtr |
Definition at line 497 of file conditional_removal.h.
| typedef boost::shared_ptr<ConditionAnd<PointT> > pcl::ConditionAnd< PointT >::Ptr |
Definition at line 496 of file conditional_removal.h.
|
inline |
Constructor.
Definition at line 500 of file conditional_removal.h.
|
inherited |
Add a new comparison.
| comparison | the comparison operator to add |
Definition at line 607 of file conditional_removal.hpp.
|
inherited |
Add a nested condition to this condition.
| condition | the nested condition to be added |
Definition at line 616 of file conditional_removal.hpp.
|
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 627 of file conditional_removal.hpp.
|
inlineinherited |
Check if evaluation requirements are met.
Definition at line 465 of file conditional_removal.h.
1.8.3.1