Public Types | Public Member Functions
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 509 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 516 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 515 of file conditional_removal.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 519 of file conditional_removal.h.


Member Function Documentation

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

Determine if a point meets this condition.

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 626 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