![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <PCLModules.h>
Classes | |
| struct | ComparisonParam |
Public Types | |
| enum | ConditionType { CONDITION_OR , CONDITION_AND } |
| NOTE: DISTINCT CLOUD METHOD NOT IMPLEMENTED. More... | |
| enum | ComparisonType { GT , GE , LT , LE , EQ } |
Public Member Functions | |
| ConditionParameters () | |
Public Attributes | |
| ConditionType | condition_type_ |
| std::vector< ComparisonParam > | condition_params_ |
Definition at line 936 of file PCLModules.h.
| Enumerator | |
|---|---|
| GT | |
| GE | |
| LT | |
| LE | |
| EQ | |
Definition at line 939 of file PCLModules.h.
NOTE: DISTINCT CLOUD METHOD NOT IMPLEMENTED.
| Enumerator | |
|---|---|
| CONDITION_OR | |
| CONDITION_AND | |
Definition at line 938 of file PCLModules.h.
|
inline |
Definition at line 948 of file PCLModules.h.
| std::vector<ComparisonParam> PCLModules::ConditionParameters::condition_params_ |
Definition at line 951 of file PCLModules.h.
Referenced by GeneralFilters::compute(), DONSegmentation::compute(), and PCLModules::ConditionalRemovalFilter().
| ConditionType PCLModules::ConditionParameters::condition_type_ |
Definition at line 950 of file PCLModules.h.
Referenced by GeneralFilters::compute(), DONSegmentation::compute(), and PCLModules::ConditionalRemovalFilter().