Package com.agisoft.metashape
Class CameraGroup
java.lang.Object
com.agisoft.metashape.CameraGroup
public class CameraGroup extends Object
CameraGroup objects define groups of multiple cameras. The grouping is established by
assignment of a CameraGroup instance to the Camera.group attribute of participating cameras.
The type attribute of CameraGroup instances defines the effect of such grouping on processing
results and can be set to Folder (no effect) or Station (coincident projection centers).
assignment of a CameraGroup instance to the Camera.group attribute of participating cameras.
The type attribute of CameraGroup instances defines the effect of such grouping on processing
results and can be set to Folder (no effect) or Station (coincident projection centers).
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCameraGroup.GroupType -
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description CameraGroup(long cPtr, boolean cMemoryOwn)CameraGroup(CameraGroup group) -
Method Summary
Modifier and Type Method Description static long[]cArrayUnwrap(CameraGroup[] arrayWrapper)static CameraGroup[]cArrayWrap(long[] cArray, boolean cMemoryOwn)voiddelete()protected voidfinalize()ChunkgetChunk()Chunk container.static longgetCPtr(CameraGroup obj)CameraGroup.GroupTypegetGroupType()Camera group type.intgetKey()Camera group key.StringgetLabel()Camera group label.booleanisSelected()Current selection state.voidsetGroupType(CameraGroup.GroupType type)Camera group type.voidsetLabel(String label)Camera group label.voidsetSelected(boolean state)Current selection state.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
CameraGroup
public CameraGroup(long cPtr, boolean cMemoryOwn) -
CameraGroup
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
cArrayUnwrap
-
cArrayWrap
-
getKey
public int getKey()Camera group key. -
getChunk
Chunk container. -
setGroupType
Camera group type. -
getGroupType
Camera group type. -
setLabel
Camera group label. -
getLabel
Camera group label. -
setSelected
public void setSelected(boolean state)Current selection state. -
isSelected
public boolean isSelected()Current selection state.
-