Point cloud filter to hide points that do not satisfy a filter criteria. More...
| Header | #include <Point |
| Since | Esri |
| Inherits | Esri |
| Inherited By | Esri |
Public Functions
| virtual | ~ |
| QString | attribute |
| Esri | point |
| void | set |
Detailed Description
Member Function Documentation
[override virtual noexcept] PointCloudFilter::~PointCloudFilter ()
Destructor.
QString PointCloudFilter::attributeName () const
Returns the attribute used for applying the filter.
See also setAttributeName().
Esri::ArcGISRuntime::PointCloudFilterType PointCloudFilter::pointCloudFilterType () const
Returns the point cloud return filter type.
void PointCloudFilter::setAttributeName (const QString &attributeName )
Sets the attributeName to attributeName.
See also attributeName.