Package com.agisoft.metashape
Class Model.Texture
java.lang.Object
com.agisoft.metashape.Model.Texture
- Enclosing class:
- Model
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]cArrayUnwrap(Model.Texture[] arrayWrapper) static Model.Texture[]cArrayWrap(long[] cArray, boolean cMemoryOwn) voiddelete()protected voidfinalize()static longgetCPtr(Model.Texture obj) intgetKey()Texture identifier.getLabel()Texture label.getMeta()Texture meta data.Texture type.voidTexture label.voidTexture meta data.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Texture
public Texture(long cPtr, boolean cMemoryOwn)
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
cArrayUnwrap
-
cArrayWrap
-
getKey
public int getKey()Texture identifier. -
getTextureType
Texture type. -
setLabel
Texture label. -
getLabel
Texture label. -
setMeta
Texture meta data. -
getMeta
Texture meta data.
-