Package com.agisoft.metashape.tasks
Class ExportTexture
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportTexture
public class ExportTexture extends Task
Task class containing processing parameters.
-
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description ExportTexture()protectedExportTexture(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(ExportTexture obj)StringgetPath()Path to output file.booleangetSaveAlpha()Enable alpha channel export.Model.TextureTypegetTextureType()Texture type.voidsetPath(String value)Path 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, getWorkitemCount, setParameter, setWorkitemCount
-
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
-