Uses of Class
com.agisoft.metashape.Model.Texture
Packages that use Model.Texture
-
Uses of Model.Texture in com.agisoft.metashape
Methods in com.agisoft.metashape that return Model.TextureModifier and TypeMethodDescriptionstatic Model.Texture[]Model.Texture.cArrayWrap(long[] cArray, boolean cMemoryOwn) Model.getActiveTexture(Model.TextureType type) Active texture of a given type, may be null.Model.getTextures()List of textures in the model.Methods in com.agisoft.metashape with parameters of type Model.TextureModifier and TypeMethodDescriptionstatic long[]Model.Texture.cArrayUnwrap(Model.Texture[] arrayWrapper) static longModel.Texture.getCPtr(Model.Texture obj) static final intMetashapeJNI.Model_Texture_getKey(long jarg1, Model.Texture jarg1_) static final StringMetashapeJNI.Model_Texture_getLabel(long jarg1, Model.Texture jarg1_) static final longMetashapeJNI.Model_Texture_getMeta(long jarg1, Model.Texture jarg1_) static final intMetashapeJNI.Model_Texture_getTextureType(long jarg1, Model.Texture jarg1_) static final voidMetashapeJNI.Model_Texture_setLabel(long jarg1, Model.Texture jarg1_, String jarg2) static final voidMetashapeJNI.Model_Texture_setMeta(long jarg1, Model.Texture jarg1_, long jarg2, MetaData jarg2_)