public class ImportCameras extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ImportCameras() |
protected |
ImportCameras(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ImportCameras obj) |
CamerasFormat |
getFormat()
File format.
|
java.lang.String |
getImageList()
Path to image list file (Bundler format only).
|
boolean |
getLoadImageList()
Enable Bundler image list import.
|
java.lang.String |
getPath()
Path to the file.
|
void |
setFormat(CamerasFormat value)
File format.
|
void |
setImageList(java.lang.String value)
Path to image list file (Bundler format only).
|
void |
setLoadImageList(boolean value)
Enable Bundler image list import.
|
void |
setPath(java.lang.String value)
Path to the file.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected ImportCameras(long cPtr,
boolean cMemoryOwn)
public ImportCameras()
protected static long getCPtr(ImportCameras obj)
public void setFormat(CamerasFormat value)
public CamerasFormat getFormat()
public void setImageList(java.lang.String value)
public java.lang.String getImageList()
public void setLoadImageList(boolean value)
public boolean getLoadImageList()
public void setPath(java.lang.String value)
public java.lang.String getPath()