public class CalculatePointNormals extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
CalculatePointNormals() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getFrames()
List of frames to process.
|
int |
getPointCloud()
Point cloud key to process.
|
int[] |
getPointClouds()
List of point clouds to process.
|
int |
getPointNeighbors()
Number of point neighbors to use for normal estimation.
|
boolean |
getReplaceAsset()
Replace source point cloud with processed one.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setPointCloud(int value)
Point cloud key to process.
|
void |
setPointClouds(int[] value)
List of point clouds to process.
|
void |
setPointNeighbors(int value)
Number of point neighbors to use for normal estimation.
|
void |
setReplaceAsset(boolean value)
Replace source point cloud with processed 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 setPointNeighbors(int value)
public int getPointNeighbors()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()