pcl::PointDataAtOffset< PointT > Class Template Reference

A datatype that enables type-correct comparisons. More...

#include <conditional_removal.h>

List of all members.

Public Member Functions

int compare (const PointT &p, const double &val)
 Compare function.
 PointDataAtOffset (uint8_t datatype, uint32_t offset)
 Constructor.

Protected Attributes

uint8_t datatype_
 The type of data.
uint32_t offset_
 The data offset.

Private Member Functions

 PointDataAtOffset ()

Detailed Description

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

A datatype that enables type-correct comparisons.

Definition at line 62 of file conditional_removal.h.


Constructor & Destructor Documentation

template<typename PointT>
pcl::PointDataAtOffset< PointT >::PointDataAtOffset ( uint8_t  datatype,
uint32_t  offset 
) [inline]

Constructor.

Definition at line 66 of file conditional_removal.h.

template<typename PointT>
pcl::PointDataAtOffset< PointT >::PointDataAtOffset (  )  [inline, private]

Definition at line 80 of file conditional_removal.h.


Member Function Documentation

template<typename PointT >
int pcl::PointDataAtOffset< PointT >::compare ( const PointT &  p,
const double &  val 
) [inline]

Compare function.

Parameters:
p the point to compare
val the value to compare the point to

Definition at line 381 of file conditional_removal.hpp.


Member Data Documentation

template<typename PointT>
uint8_t pcl::PointDataAtOffset< PointT >::datatype_ [protected]

The type of data.

Definition at line 75 of file conditional_removal.h.

template<typename PointT>
uint32_t pcl::PointDataAtOffset< PointT >::offset_ [protected]

The data offset.

Definition at line 78 of file conditional_removal.h.


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:20 2013