public class ClassifyOverlapPoints extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
ClassifyOverlapPoints() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getFrames()
List of frames to process.
|
int |
getPointCloud()
Point cloud key to classify.
|
int[] |
getPointClouds()
List of point clouds to classify.
|
boolean |
getReplaceAsset()
Replace source point cloud with classified one.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setPointCloud(int value)
Point cloud key to classify.
|
void |
setPointClouds(int[] value)
List of point clouds to classify.
|
void |
setReplaceAsset(boolean value)
Replace source point cloud with classified one.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, swigRelease, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setFrames(int[] value)
public int[] getFrames()
public void setPointCloud(int value)
public int getPointCloud()
public void setPointClouds(int[] value)
public int[] getPointClouds()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()