|
Point Cloud Library (PCL)
1.7.2
|
AND condition. More...
#include <pcl/filters/conditional_removal.h>
Inheritance diagram for pcl::ConditionAnd< PointT >:Public Types | |
| typedef boost::shared_ptr< ConditionAnd< PointT > > | Ptr |
| typedef boost::shared_ptr< const ConditionAnd< PointT > > | ConstPtr |
Public Types inherited from pcl::ConditionBase< PointT > | |
| typedef pcl::ComparisonBase< PointT > | ComparisonBase |
| typedef ComparisonBase::Ptr | ComparisonBasePtr |
| typedef ComparisonBase::ConstPtr | ComparisonBaseConstPtr |
| typedef boost::shared_ptr< ConditionBase< PointT > > | Ptr |
| typedef boost::shared_ptr< const ConditionBase< PointT > > | ConstPtr |
Public Member Functions | |
| ConditionAnd () | |
| Constructor. More... | |
| virtual bool | evaluate (const PointT &point) const |
| Determine if a point meets this condition. More... | |
Public Member Functions inherited from pcl::ConditionBase< PointT > | |
| ConditionBase () | |
| Constructor. More... | |
| virtual | ~ConditionBase () |
| Destructor. 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... | |
Additional Inherited Members | |
Protected Attributes inherited from pcl::ConditionBase< PointT > | |
| bool | capable_ |
| True if capable. More... | |
| std::vector< ComparisonBaseConstPtr > | comparisons_ |
| The collection of all comparisons that need to be verified. More... | |
| std::vector< Ptr > | conditions_ |
| The collection of all conditions that need to be verified. More... | |
AND condition.
Definition at line 509 of file conditional_removal.h.
| typedef boost::shared_ptr<const ConditionAnd<PointT> > pcl::ConditionAnd< PointT >::ConstPtr |
Definition at line 516 of file conditional_removal.h.
| typedef boost::shared_ptr<ConditionAnd<PointT> > pcl::ConditionAnd< PointT >::Ptr |
Definition at line 515 of file conditional_removal.h.
|
inline |
Constructor.
Definition at line 519 of file conditional_removal.h.
|
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.
References pcl::TfQuadraticXYZComparison< PointT >::evaluate().