#include </build/pcl-Jv4Ahb/pcl-1.14.0+dfsg/cuda/filters/include/pcl/cuda/filters/passthrough.h>
|
| PassThrough () |
| Empty constructor.
|
|
void | setZip (bool zip) |
|
| Filter () |
| Empty constructor.
|
|
void | setFilterFieldName (const std::string &field_name) |
| Provide the name of the field to be used for filtering data.
|
|
std::string const | getFilterFieldName () |
| Get the name of the field used for filtering.
|
|
void | setFilterLimits (const double &limit_min, const double &limit_max) |
| Set the field filter limits.
|
|
void | getFilterLimits (double &limit_min, double &limit_max) |
| Get the field filter limits (min/max) set by the user.
|
|
void | setFilterLimitsNegative (const bool limit_negative) |
| Set to true if we want to return the data outside the interval specified by setFilterLimits (min, max).
|
|
void | getFilterLimitsNegative (bool &limit_negative) |
| Get whether the data outside the interval (min/max) is to be returned (true) or inside (false).
|
|
bool | getFilterLimitsNegative () |
| Get whether the data outside the interval (min/max) is to be returned (true) or inside (false).
|
|
void | filter (PointCloud &output) |
| Calls the filtering method and returns the filtered dataset on the device.
|
|
Definition at line 143 of file passthrough.h.
◆ PassThrough()
◆ applyFilter()
◆ setZip()
The documentation for this class was generated from the following file:
- /build/pcl-Jv4Ahb/pcl-1.14.0+dfsg/cuda/filters/include/pcl/cuda/filters/passthrough.h