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


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