public class SmoothPointCloud extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
SmoothPointCloud() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPointCloud()
Key of point cloud to filter.
|
double |
getSmoothingRadius()
Desired smoothing radius (m).
|
void |
setPointCloud(int value)
Key of point cloud to filter.
|
void |
setSmoothingRadius(double value)
Desired smoothing radius (m).
|
apply, apply, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setPointCloud(int value)
public int getPointCloud()
public void setSmoothingRadius(double value)
public double getSmoothingRadius()