public class ImportDepthImages extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ImportDepthImages() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getColorFilenames()
List of corresponding color files, if present.
|
java.lang.String[] |
getFilenames()
List of files to import.
|
PointCloudFormat |
getFormat()
Point cloud format.
|
java.lang.String |
getImagePath()
Path template to output files.
|
boolean |
getMultiplane()
Import as a multi-camera system
|
void |
setColorFilenames(java.lang.String[] value)
List of corresponding color files, if present.
|
void |
setFilenames(java.lang.String[] value)
List of files to import.
|
void |
setFormat(PointCloudFormat value)
Point cloud format.
|
void |
setImagePath(java.lang.String value)
Path template to output files.
|
void |
setMultiplane(boolean value)
Import as a multi-camera system
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setColorFilenames(java.lang.String[] value)
public java.lang.String[] getColorFilenames()
public void setFilenames(java.lang.String[] value)
public java.lang.String[] getFilenames()
public void setFormat(PointCloudFormat value)
public PointCloudFormat getFormat()
public void setImagePath(java.lang.String value)
public java.lang.String getImagePath()
public void setMultiplane(boolean value)
public boolean getMultiplane()