Uses of Class
sc.fiji.snt.PathAndFillManager
Packages that use PathAndFillManager
-
Uses of PathAndFillManager in sc.fiji.snt
Fields in sc.fiji.snt declared as PathAndFillManagerMethods in sc.fiji.snt that return PathAndFillManagerModifier and TypeMethodDescriptionstatic PathAndFillManagerPathAndFillManager.createFromFile(String filePath, int... swcTypes) Creates a PathAndFillManager instance from imported datastatic PathAndFillManagerPathAndFillManager.createFromGraph(DirectedWeightedGraph graph, boolean keepTreePathStructure) Create a new PathAndFillManager instance from the graph.static PathAndFillManagerPathAndFillManager.createFromNodes(Collection<SWCPoint> nodes) Creates a PathAndFillManager instance from a collection of reconstruction nodes.PathManagerUI.getPathAndFillManager()Gets the PathAndFillManager instance.SNT.getPathAndFillManager()SNTService.getPathAndFillManager()Returns thePathAndFillManagerassociated with the current SNT instance.PathAndFillManager.transformPaths(PathTransformer transformation, ij.ImagePlus templateImage, ij.ImagePlus modelImage) Methods in sc.fiji.snt with parameters of type PathAndFillManagerModifier and TypeMethodDescriptionPathAndFillManager.getCorrespondences(PathAndFillManager other, double maxDistance) For each point in this PathAndFillManager, find the corresponding point on the other one.Constructors in sc.fiji.snt with parameters of type PathAndFillManagerModifierConstructorDescriptionMultiPathTracerCanvas(ij.ImagePlus imp, SNT snt, PathAndFillManager pafm) Builds the canvas.SNT(org.scijava.Context context, PathAndFillManager pathAndFillManager) Instantiates SNT in 'Analysis Mode'