A datatype that enables type-correct comparisons. More...
#include <conditional_removal.h>
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 () |
A datatype that enables type-correct comparisons.
Definition at line 60 of file conditional_removal.h.
pcl::PointDataAtOffset< PointT >::PointDataAtOffset | ( | uint8_t | datatype, |
uint32_t | offset | ||
) | [inline] |
Constructor.
Definition at line 64 of file conditional_removal.h.
pcl::PointDataAtOffset< PointT >::PointDataAtOffset | ( | ) | [inline, private] |
Definition at line 82 of file conditional_removal.h.
int pcl::PointDataAtOffset< PointT >::compare | ( | const PointT & | p, |
const double & | val | ||
) |
Compare function.
p | the point to compare |
val | the value to compare the point to |
Definition at line 539 of file conditional_removal.hpp.
uint8_t pcl::PointDataAtOffset< PointT >::datatype_ [protected] |
The type of data.
Definition at line 77 of file conditional_removal.h.
uint32_t pcl::PointDataAtOffset< PointT >::offset_ [protected] |
The data offset.
Definition at line 80 of file conditional_removal.h.