Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
pcl::PackedHSIComparison< PointT > Class Template Reference

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

#include <pcl/filters/conditional_removal.h>

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

Public Types

enum  ComponentId { H, S, I }
 
typedef boost::shared_ptr
< ComparisonBase< PointT > > 
Ptr
 
typedef boost::shared_ptr
< const ComparisonBase< PointT > > 
ConstPtr
 

Public Member Functions

 PackedHSIComparison (std::string component_name, ComparisonOps::CompareOp op, double compare_val)
 Construct a PackedHSIComparison. More...
 
virtual ~PackedHSIComparison ()
 Destructor. More...
 
virtual bool evaluate (const PointT &point) const
 Determine the result of this comparison. More...
 
bool isCapable () const
 Return if the comparison is capable. More...
 

Detailed Description

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

A packed HSI specialization of the comparison object.

Definition at line 235 of file conditional_removal.h.

Member Typedef Documentation

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

Definition at line 92 of file conditional_removal.h.

template<typename PointT >
typedef boost::shared_ptr<ComparisonBase<PointT> > pcl::ComparisonBase< PointT >::Ptr
inherited

Definition at line 91 of file conditional_removal.h.

Member Enumeration Documentation

template<typename PointT >
enum pcl::PackedHSIComparison::ComponentId
Enumerator
H 
S 
I 

Definition at line 258 of file conditional_removal.h.

Constructor & Destructor Documentation

template<typename PointT >
pcl::PackedHSIComparison< PointT >::PackedHSIComparison ( std::string  component_name,
ComparisonOps::CompareOp  op,
double  compare_val 
)

Construct a PackedHSIComparison.

Parameters
component_nameeither "h", "s" or "i"
opthe operator to use when making the comparison
compare_valthe constant value to compare the component value too

Definition at line 232 of file conditional_removal.hpp.

template<typename PointT >
virtual pcl::PackedHSIComparison< PointT >::~PackedHSIComparison ( )
inlinevirtual

Destructor.

Definition at line 249 of file conditional_removal.h.

Member Function Documentation

template<typename PointT >
bool pcl::PackedHSIComparison< PointT >::evaluate ( const PointT point) const
virtual

Determine the result of this comparison.

Parameters
pointthe point to evaluate
Returns
the result of this comparison.

Implements pcl::ComparisonBase< PointT >.

Definition at line 302 of file conditional_removal.hpp.

template<typename PointT >
bool pcl::ComparisonBase< PointT >::isCapable ( ) const
inlineinherited

Return if the comparison is capable.

Definition at line 102 of file conditional_removal.h.


The documentation for this class was generated from the following files: