Package com.agisoft.metashape
Class Model.Texture
java.lang.Object
com.agisoft.metashape.Model.Texture
- Enclosing class:
- Model
public static class Model.Texture extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description Texture(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description static long[]cArrayUnwrap(Model.Texture[] arrayWrapper)static Model.Texture[]cArrayWrap(long[] cArray, boolean cMemoryOwn)voiddelete()protected voidfinalize()static longgetCPtr(Model.Texture obj)intgetKey()Texture identifier.StringgetLabel()Texture label.MetaDatagetMeta()Texture meta data.Model.TextureTypegetTextureType()Texture type.voidsetLabel(String label)Texture label.voidsetMeta(MetaData meta)Texture 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.
-