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