Point Cloud Library (PCL)
1.3.1
|
A datatype that enables type-correct comparisons. More...
#include <pcl/filters/conditional_removal.h>
Public Member Functions | |
PointDataAtOffset (uint8_t datatype, uint32_t offset) | |
Constructor. | |
int | compare (const PointT &p, const double &val) |
Compare function. |
A datatype that enables type-correct comparisons.
pcl::PointDataAtOffset::PointDataAtOffset | ( | uint8_t | datatype, |
uint32_t | offset | ||
) | [inline] |
Constructor.
Definition at line 64 of file conditional_removal.h.
int pcl::PointDataAtOffset::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 383 of file conditional_removal.hpp.