Uses of Enum
com.agisoft.metashape.Interpolation
Packages that use Interpolation
-
Uses of Interpolation in com.agisoft.metashape
Methods in com.agisoft.metashape that return InterpolationModifier and TypeMethodDescriptionstatic InterpolationReturns 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 InterpolationModifier and TypeMethodDescriptionBuildDem.getInterpolation()Interpolation mode.BuildModel.getInterpolation()Interpolation mode.Methods in com.agisoft.metashape.tasks with parameters of type InterpolationModifier and TypeMethodDescriptionvoidBuildDem.setInterpolation(Interpolation value) Interpolation mode.voidBuildModel.setInterpolation(Interpolation value) Interpolation mode.