public class FilterPointCloud extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
FilterPointCloud() |
Modifier and Type | Method and Description |
---|---|
boolean |
getClipToRegion()
Clip point cloud to chunk region.
|
int[] |
getFrames()
List of frames to process.
|
int |
getPointCloud()
Point cloud key to filter.
|
double |
getPointSpacing()
Desired point spacing (m).
|
boolean |
getReplaceAsset()
Replace default asset with filtered point cloud.
|
void |
setClipToRegion(boolean value)
Clip point cloud to chunk region.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setPointCloud(int value)
Point cloud key to filter.
|
void |
setPointSpacing(double value)
Desired point spacing (m).
|
void |
setReplaceAsset(boolean value)
Replace default asset with filtered point cloud.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setClipToRegion(boolean value)
public boolean getClipToRegion()
public void setFrames(int[] value)
public int[] getFrames()
public void setPointCloud(int value)
public int getPointCloud()
public void setPointSpacing(double value)
public double getPointSpacing()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()