Package com.agisoft.metashape.tasks
Class ExportMasks
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportMasks
public class ExportMasks extends Task
Task class containing processing parameters.
-
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description ExportMasks()protectedExportMasks(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()int[]getCameras()List of cameras to process.protected static longgetCPtr(ExportMasks obj)StringgetPath()Path to output file.voidsetCameras(int[] value)List of cameras to process.voidsetPath(String value)Path to output file.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
ExportMasks
protected ExportMasks(long cPtr, boolean cMemoryOwn) -
ExportMasks
public ExportMasks()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setCameras
public void setCameras(int[] value)List of cameras to process. -
getCameras
public int[] getCameras()List of cameras to process. -
setPath
Path to output file. -
getPath
Path to output file.
-