Uses of Enum Class
sc.fiji.snt.tracing.auto.AutoTracer.SeedRole
Packages that use AutoTracer.SeedRole
Package
Description
Automatic neuron tracing algorithms that reconstruct complete neuronal
morphologies from images without user interaction.
-
Uses of AutoTracer.SeedRole in sc.fiji.snt.tracing.auto
Methods in sc.fiji.snt.tracing.auto that return AutoTracer.SeedRoleModifier and TypeMethodDescriptionstatic AutoTracer.SeedRoleReturns the enum constant of this class with the specified name.static AutoTracer.SeedRole[]AutoTracer.SeedRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.tracing.auto that return types with arguments of type AutoTracer.SeedRoleModifier and TypeMethodDescriptionAbstractGWDTTracer.honoredSeedRoles()default EnumSet<AutoTracer.SeedRole> AutoTracer.honoredSeedRoles()BinaryTracer.honoredSeedRoles()Binary tracers currently consume only theROOTrole.