public class ExportDepth extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ExportDepth() |
protected |
ExportDepth(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int[] |
getCameras()
List of cameras to process.
|
protected static long |
getCPtr(ExportDepth obj) |
boolean |
getExportDepth()
Enable export of depth map.
|
boolean |
getExportDiffuse()
Enable export of diffuse map.
|
boolean |
getExportNormals()
Enable export of normal map.
|
java.lang.String |
getPathDepth()
Path to depth map.
|
java.lang.String |
getPathDiffuse()
Path to diffuse map.
|
java.lang.String |
getPathNormals()
Path to normal map.
|
void |
setCameras(int[] value)
List of cameras to process.
|
void |
setExportDepth(boolean value)
Enable export of depth map.
|
void |
setExportDiffuse(boolean value)
Enable export of diffuse map.
|
void |
setExportNormals(boolean value)
Enable export of normal map.
|
void |
setPathDepth(java.lang.String value)
Path to depth map.
|
void |
setPathDiffuse(java.lang.String value)
Path to diffuse map.
|
void |
setPathNormals(java.lang.String value)
Path to normal map.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected ExportDepth(long cPtr,
boolean cMemoryOwn)
public ExportDepth()
protected static long getCPtr(ExportDepth obj)
public void setCameras(int[] value)
public int[] getCameras()
public void setExportDepth(boolean value)
public boolean getExportDepth()
public void setExportDiffuse(boolean value)
public boolean getExportDiffuse()
public void setExportNormals(boolean value)
public boolean getExportNormals()
public void setPathDepth(java.lang.String value)
public java.lang.String getPathDepth()
public void setPathDiffuse(java.lang.String value)
public java.lang.String getPathDiffuse()
public void setPathNormals(java.lang.String value)
public java.lang.String getPathNormals()