Package com.agisoft.metashape.tasks
Class ExportTexture
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportTexture
Task class containing processing parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.agisoft.metashape.tasks.Task
Task.TaskTarget -
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()protected static longgetCPtr(ExportTexture obj) getPath()Path to output file.booleanEnable alpha channel export.Texture type.voidPath to output file.voidsetSaveAlpha(boolean value) Enable alpha channel export.voidsetTextureType(Model.TextureType value) Texture type.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
-
Constructor Details
-
ExportTexture
protected ExportTexture(long cPtr, boolean cMemoryOwn) -
ExportTexture
public ExportTexture()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setPath
Path to output file. -
getPath
Path to output file. -
setSaveAlpha
public void setSaveAlpha(boolean value) Enable alpha channel export. Default: false -
getSaveAlpha
public boolean getSaveAlpha()Enable alpha channel export. Default: false -
setTextureType
Texture type. Default: Model.TextureType.DiffuseMap -
getTextureType
Texture type. Default: Model.TextureType.DiffuseMap
-