Uses of Class
com.agisoft.metashape.tasks.SmoothModel
Packages that use SmoothModel
-
Uses of SmoothModel in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks with parameters of type SmoothModelModifier and TypeMethodDescriptionprotected static longSmoothModel.getCPtr(SmoothModel obj) static final booleanTasksJNI.SmoothModel_getApplyToSelection(long jarg1, SmoothModel jarg1_) static final booleanTasksJNI.SmoothModel_getFixBorders(long jarg1, SmoothModel jarg1_) static final booleanTasksJNI.SmoothModel_getPreserveEdges(long jarg1, SmoothModel jarg1_) static final doubleTasksJNI.SmoothModel_getStrength(long jarg1, SmoothModel jarg1_) static final voidTasksJNI.SmoothModel_setApplyToSelection(long jarg1, SmoothModel jarg1_, boolean jarg2) static final voidTasksJNI.SmoothModel_setFixBorders(long jarg1, SmoothModel jarg1_, boolean jarg2) static final voidTasksJNI.SmoothModel_setPreserveEdges(long jarg1, SmoothModel jarg1_, boolean jarg2) static final voidTasksJNI.SmoothModel_setStrength(long jarg1, SmoothModel jarg1_, double jarg2)