Point Cloud Library (PCL)  1.3.1
Public Types | Public Member Functions
pcl::ComparisonBase Class Reference

The (abstract) base class for the comparison object. More...

#include <pcl/filters/conditional_removal.h>

List of all members.

Public Types

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

Public Member Functions

bool isCapable () const
 Return if the comparison is capable.
virtual bool evaluate (const PointT &point) const =0
 Evaluate function.

Detailed Description

The (abstract) base class for the comparison object.


Member Typedef Documentation

typedef boost::shared_ptr<const ComparisonBase<PointT> > pcl::ComparisonBase::ConstPtr

Reimplemented in pcl::FieldComparison.

Definition at line 94 of file conditional_removal.h.

typedef boost::shared_ptr<ComparisonBase<PointT> > pcl::ComparisonBase::Ptr

Reimplemented in pcl::FieldComparison.

Definition at line 93 of file conditional_removal.h.


Member Function Documentation

virtual bool pcl::ComparisonBase::evaluate ( const PointT &  point) const [pure virtual]
bool pcl::ComparisonBase::isCapable ( ) const [inline]

Return if the comparison is capable.

Definition at line 98 of file conditional_removal.h.


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