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 327 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 334 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 333 of file conditional_removal.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 337 of file conditional_removal.h.


Member Function Documentation

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

Determine if a point meets this condition.

Parameters:
the nested condition to be added
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 486 of file conditional_removal.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


pcl
Author(s): See http://pcl.ros.org/authors for the complete list of authors.
autogenerated on Fri Jan 11 09:57:16 2013