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.
  • Constructor Details

    • ExportTexture

      protected ExportTexture​(long cPtr, boolean cMemoryOwn)
    • ExportTexture

      public ExportTexture()
  • Method Details

    • getCPtr

      protected static long getCPtr​(ExportTexture obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Task
    • delete

      public void delete()
      Overrides:
      delete in class Task
    • setPath

      public void setPath​(String value)
      Path to output file.
    • getPath

      public String 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

      public void setTextureType​(Model.TextureType value)
      Texture type. Default: Model.TextureType.DiffuseMap
    • getTextureType

      public Model.TextureType getTextureType()
      Texture type. Default: Model.TextureType.DiffuseMap