public class ExportPanorama extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ExportPanorama() |
protected |
ExportPanorama(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int[] |
getCameraGroups()
List of camera groups to process.
|
protected static long |
getCPtr(ExportPanorama obj) |
int |
getHeight()
Height of output panorama.
|
ImageCompression |
getImageCompression()
Image compression parameters.
|
java.lang.String |
getPath()
Path to output file.
|
BBox2d |
getRegion()
Region to be exported.
|
Matrix3x3d |
getRotation()
Panorama 3x3 orientation matrix.
|
int |
getWidth()
Width of output panorama.
|
void |
setCameraGroups(int[] value)
List of camera groups to process.
|
void |
setHeight(int value)
Height of output panorama.
|
void |
setImageCompression(ImageCompression value)
Image compression parameters.
|
void |
setPath(java.lang.String value)
Path to output file.
|
void |
setRegion(BBox2d value)
Region to be exported.
|
void |
setRotation(Matrix3x3d value)
Panorama 3x3 orientation matrix.
|
void |
setWidth(int value)
Width of output panorama.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected ExportPanorama(long cPtr,
boolean cMemoryOwn)
public ExportPanorama()
protected static long getCPtr(ExportPanorama obj)
public void setCameraGroups(int[] value)
public int[] getCameraGroups()
public void setHeight(int value)
public int getHeight()
public void setImageCompression(ImageCompression value)
public ImageCompression getImageCompression()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setRegion(BBox2d value)
public BBox2d getRegion()
public void setRotation(Matrix3x3d value)
public Matrix3x3d getRotation()
public void setWidth(int value)
public int getWidth()