pcl::PackedRGBComparison< PointT > Class Template Reference

A packed rgb specialization of the comparison object. More...

#include <pcl/filters/conditional_removal.h>

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

List of all members.

Public Types

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

Public Member Functions

 PackedRGBComparison (std::string component_name, ComparisonOps::CompareOp op, double compare_val)
 Construct a PackedRGBComparison.
virtual ~PackedRGBComparison ()
 Destructor.
virtual bool evaluate (const PointT &point) const
 Determine the result of this comparison.

Protected Attributes

std::string component_name_
 The name of the component.
uint32_t component_offset_
 The offset of the component.
double compare_val_
 All types (that we care about) can be represented as a double.

Detailed Description

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

A packed rgb specialization of the comparison object.

Definition at line 193 of file conditional_removal.h.


Member Typedef Documentation

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

Reimplemented from pcl::ComparisonBase< PointT >.

Definition at line 200 of file conditional_removal.h.

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

Reimplemented from pcl::ComparisonBase< PointT >.

Definition at line 199 of file conditional_removal.h.


Constructor & Destructor Documentation

template<typename PointT >
pcl::PackedRGBComparison< PointT >::PackedRGBComparison ( std::string  component_name,
ComparisonOps::CompareOp  op,
double  compare_val 
) [inline]

Construct a PackedRGBComparison.

Parameters:
component_name either "r", "g" or "b"
op the operator to use when making the comparison
compare_val the constant value to compare the component value too

Definition at line 139 of file conditional_removal.hpp.

References pcl::ComparisonBase< PointT >::capable_, pcl::PackedRGBComparison< PointT >::component_offset_, pcl::PCLPointField::FLOAT32, pcl::getFields(), pcl::PCLPointField::INT32, pcl::ComparisonBase< PointT >::op_, and pcl::PCLPointField::UINT32.

template<typename PointT >
virtual pcl::PackedRGBComparison< PointT >::~PackedRGBComparison (  )  [inline, virtual]

Destructor.

Definition at line 210 of file conditional_removal.h.


Member Function Documentation

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

Member Data Documentation

template<typename PointT >
double pcl::PackedRGBComparison< PointT >::compare_val_ [protected]

All types (that we care about) can be represented as a double.

Definition at line 227 of file conditional_removal.h.

Referenced by pcl::PackedRGBComparison< PointT >::evaluate().

template<typename PointT >
std::string pcl::PackedRGBComparison< PointT >::component_name_ [protected]

The name of the component.

Definition at line 221 of file conditional_removal.h.

template<typename PointT >
uint32_t pcl::PackedRGBComparison< PointT >::component_offset_ [protected]

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