AND condition. More...
#include <pcl/filters/conditional_removal.h>
Public Types | |
| using | Ptr = shared_ptr< ConditionAnd< PointT > > |
| using | ConstPtr = shared_ptr< const ConditionAnd< PointT > > |
|
| |
| using | ComparisonBase = pcl::ComparisonBase< PointT > |
| using | ComparisonBasePtr = typename ComparisonBase::Ptr |
| using | ComparisonBaseConstPtr = typename ComparisonBase::ConstPtr |
| using | Ptr = shared_ptr< ConditionBase< PointT > > |
| using | ConstPtr = shared_ptr< const ConditionBase< PointT > > |
Public Member Functions | |
| ConditionAnd () | |
| Constructor. More... |
|
| bool | evaluate (const PointT &point) const override |
| Determine if a point meets this condition. More... |
|
|
| |
| ConditionBase () | |
| Constructor. More... |
|
| virtual | ~ConditionBase ()=default |
| 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 | |
|
| |
| 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 503 of file conditional_removal.h.
| using pcl::ConditionAnd< PointT >::ConstPtr = shared_ptr<const ConditionAnd<PointT> > |
Definition at line 510 of file conditional_removal.h.
| using pcl::ConditionAnd< PointT >::Ptr = shared_ptr<ConditionAnd<PointT> > |
Definition at line 509 of file conditional_removal.h.
| inline |
Constructor.
Definition at line 513 of file conditional_removal.h.
| overridevirtual |
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 608 of file conditional_removal.hpp.
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1_condition_and.html