Public Types | Public Member Functions
pcl::ConditionOr< PointT > Class Template Reference

OR condition. More...

#include <conditional_removal.h>

Inheritance diagram for pcl::ConditionOr< PointT >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr
< const ConditionOr< PointT > > 
ConstPtr
typedef boost::shared_ptr
< ConditionOr< PointT > > 
Ptr

Public Member Functions

 ConditionOr ()
 Constructor.
virtual bool evaluate (const PointT &point) const
 Determine if a point meets this condition.

Detailed Description

template<typename PointT>
class pcl::ConditionOr< PointT >

OR condition.

Definition at line 537 of file conditional_removal.h.


Member Typedef Documentation

template<typename PointT>
typedef boost::shared_ptr<const ConditionOr<PointT> > pcl::ConditionOr< PointT >::ConstPtr

Reimplemented from pcl::ConditionBase< PointT >.

Definition at line 544 of file conditional_removal.h.

template<typename PointT>
typedef boost::shared_ptr<ConditionOr<PointT> > pcl::ConditionOr< PointT >::Ptr

Reimplemented from pcl::ConditionBase< PointT >.

Definition at line 543 of file conditional_removal.h.


Constructor & Destructor Documentation

template<typename PointT>
pcl::ConditionOr< PointT >::ConditionOr ( ) [inline]

Constructor.

Definition at line 547 of file conditional_removal.h.


Member Function Documentation

template<typename PointT >
bool pcl::ConditionOr< PointT >::evaluate ( const PointT point) const [virtual]

Determine if a point meets this condition.

Returns:
whether the 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 643 of file conditional_removal.hpp.


The documentation for this class was generated from the following files:


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:39:27