Uses of Enum Class
sc.fiji.snt.SNT.CostType
Packages that use SNT.CostType
Package
Description
SNT core classes
Customizations and commands for SNT's GUI.
-
Uses of SNT.CostType in sc.fiji.snt
Fields in sc.fiji.snt declared as SNT.CostTypeMethods in sc.fiji.snt that return SNT.CostTypeModifier and TypeMethodDescriptionstatic SNT.CostTypeSNT.CostType.fromString(String text) SNT.getCostType()Fill.getMetric()static SNT.CostTypeReturns the enum constant of this class with the specified name.static SNT.CostType[]SNT.CostType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt with parameters of type SNT.CostTypeModifier and TypeMethodDescription<T extends net.imglib2.type.numeric.RealType<T>>
ij.process.ImageStatisticsSNT.computeImgStats(Iterable<T> in, ij.process.ImageStatistics imgStats, SNT.CostType costType) voidSNT.setCostType(SNT.CostType costType) voidFill.setMetric(SNT.CostType cost) Sets the cost metric for the filled structure. -
Uses of SNT.CostType in sc.fiji.snt.gui
Methods in sc.fiji.snt.gui with parameters of type SNT.CostTypeModifier and TypeMethodDescriptionvoidCostPalette.Listener.costFunctionPicked(SNT.CostType chosen, Path chosenPath) User picked a CostType;chosenPathis the corresponding A* result.