Uses of Class
com.agisoft.metashape.MaskSource
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of MaskSource in com.agisoft.metashape
Methods in com.agisoft.metashape that return MaskSource Modifier and Type Method Description static MaskSourceMaskSource. valueOf(String name)Returns the enum constant of this type with the specified name.static MaskSource[]MaskSource. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MaskSource in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return MaskSource Modifier and Type Method Description MaskSourceImportMasks. getSource()Mask source.Methods in com.agisoft.metashape.tasks with parameters of type MaskSource Modifier and Type Method Description voidImportMasks. setSource(MaskSource value)Mask source.