Uses of Class
sc.fiji.snt.analysis.growth.NeuriteGrowthData
Packages that use NeuriteGrowthData
-
Uses of NeuriteGrowthData in sc.fiji.snt.analysis.growth
Methods in sc.fiji.snt.analysis.growth that return NeuriteGrowthDataModifier and TypeMethodDescriptionGrowthAnalysisResults.getNeuriteGrowthData(String neuriteId) Gets the growth analysis data for a specific neurite.Methods in sc.fiji.snt.analysis.growth that return types with arguments of type NeuriteGrowthDataModifier and TypeMethodDescriptionGrowthAnalysisResults.getNeuriteGrowthData()Gets the growth analysis data for all analyzed neurites.Methods in sc.fiji.snt.analysis.growth with parameters of type NeuriteGrowthDataModifier and TypeMethodDescriptionbooleanGrowthAnalysisResults.NeuriteSelectionCriterion.matches(NeuriteGrowthData data) Constructor parameters in sc.fiji.snt.analysis.growth with type arguments of type NeuriteGrowthDataModifierConstructorDescriptionGrowthAnalysisResults(Map<String, NeuriteGrowthData> neuriteGrowthData, double frameInterval, String timeUnits) Creates a new GrowthAnalysisResults container.