pcl::ConditionAnd< PointT > Class Template Reference

AND condition. More...

#include <conditional_removal.h>

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

List of all members.

Public Types

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

Public Member Functions

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

Detailed Description

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

AND condition.

Definition at line 301 of file conditional_removal.h.


Member Typedef Documentation

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

Reimplemented from pcl::ConditionBase< PointT >.

Definition at line 308 of file conditional_removal.h.

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

Reimplemented from pcl::ConditionBase< PointT >.

Definition at line 307 of file conditional_removal.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 311 of file conditional_removal.h.


Member Function Documentation

template<typename PointT >
bool pcl::ConditionAnd< 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 ConditionAnd evaluates to true when ALL comparisons and nested conditions evaluate to true

Implements pcl::ConditionBase< PointT >.

Definition at line 469 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