Uses of Class
com.agisoft.metashape.Model.TextureType
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of Model.TextureType in com.agisoft.metashape
Methods in com.agisoft.metashape that return Model.TextureType Modifier and Type Method Description Model.TextureTypeModel.Texture. getTextureType()Texture type.static Model.TextureTypeModel.TextureType. valueOf(String name)Returns the enum constant of this type with the specified name.static Model.TextureType[]Model.TextureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.agisoft.metashape with parameters of type Model.TextureType Modifier and Type Method Description Model.TextureModel. getActiveTexture(Model.TextureType type)Active texture of a given type. -
Uses of Model.TextureType in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return Model.TextureType Modifier and Type Method Description Model.TextureTypeBuildTexture. getTextureType()Texture type.Model.TextureTypeExportTexture. getTextureType()Texture type.Methods in com.agisoft.metashape.tasks with parameters of type Model.TextureType Modifier and Type Method Description voidBuildTexture. setTextureType(Model.TextureType value)Texture type.voidExportTexture. setTextureType(Model.TextureType value)Texture type.