Uses of Enum Class
sc.fiji.snt.analysis.ProfileProcessor.Metric
Packages that use ProfileProcessor.Metric
-
Uses of ProfileProcessor.Metric in sc.fiji.snt.analysis
Methods in sc.fiji.snt.analysis that return ProfileProcessor.MetricModifier and TypeMethodDescriptionstatic ProfileProcessor.Metric[]ProfileProcessor.getMetrics()Gets the array of availableProfileProcessor.Metricsstatic ProfileProcessor.MetricReturns the enum constant of this class with the specified name.static ProfileProcessor.Metric[]ProfileProcessor.Metric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.analysis with parameters of type ProfileProcessor.MetricModifier and TypeMethodDescriptionvoidPathProfiler.setMetric(ProfileProcessor.Metric metric) voidProfileProcessor.setMetric(ProfileProcessor.Metric metric) Sets the metric to be computed for each local neighborhood.