Uses of Class
com.agisoft.metashape.Interpolation
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of Interpolation in com.agisoft.metashape
Methods in com.agisoft.metashape that return Interpolation Modifier and Type Method Description static InterpolationInterpolation. valueOf(String name)Returns the enum constant of this type with the specified name.static Interpolation[]Interpolation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Interpolation in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return Interpolation Modifier and Type Method Description InterpolationBuildDem. getInterpolation()Interpolation mode.InterpolationBuildModel. getInterpolation()Interpolation mode.Methods in com.agisoft.metashape.tasks with parameters of type Interpolation Modifier and Type Method Description voidBuildDem. setInterpolation(Interpolation value)Interpolation mode.voidBuildModel. setInterpolation(Interpolation value)Interpolation mode.