public class SmoothPointCloud extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
SmoothPointCloud() |
Modifier and Type | Method and Description |
---|---|
boolean |
getApplyToSelection()
Smooth points within selection.
|
int[] |
getClasses()
List of point classes to be smoothed.
|
boolean |
getClipToRegion()
Clip point cloud to chunk region.
|
int |
getPointCloud()
Key of point cloud to filter.
|
double |
getSmoothingRadius()
Desired smoothing radius (m).
|
void |
setApplyToSelection(boolean value)
Smooth points within selection.
|
void |
setClasses(int[] value)
List of point classes to be smoothed.
|
void |
setClipToRegion(boolean value)
Clip point cloud to chunk region.
|
void |
setPointCloud(int value)
Key of point cloud to filter.
|
void |
setSmoothingRadius(double value)
Desired smoothing radius (m).
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setApplyToSelection(boolean value)
public boolean getApplyToSelection()
public void setClasses(int[] value)
public int[] getClasses()
public void setClipToRegion(boolean value)
public boolean getClipToRegion()
public void setPointCloud(int value)
public int getPointCloud()
public void setSmoothingRadius(double value)
public double getSmoothingRadius()