Package | Description |
---|---|
sc.fiji.snt |
SNT core classes
|
Modifier and Type | Field and Description |
---|---|
protected PathAndFillManager |
TracerCanvas.pathAndFillManager |
Modifier and Type | Method and Description |
---|---|
static PathAndFillManager |
PathAndFillManager.createFromFile(String filePath,
int... swcTypes)
Creates a PathAndFillManager instance from imported data
|
static PathAndFillManager |
PathAndFillManager.createFromGraph(DirectedWeightedGraph graph,
boolean keepTreePathStructure)
Create a new PathAndFillManager instance from the graph.
|
static PathAndFillManager |
PathAndFillManager.createFromNodes(Collection<SWCPoint> nodes)
Creates a PathAndFillManager instance from a collection of reconstruction
nodes.
|
PathAndFillManager |
SNTService.getPathAndFillManager()
Returns the
PathAndFillManager associated with the current SNT
instance. |
PathAndFillManager |
SNT.getPathAndFillManager() |
PathAndFillManager |
PathManagerUI.getPathAndFillManager() |
PathAndFillManager |
PathAndFillManager.transformPaths(PathTransformer transformation,
ij.ImagePlus templateImage,
ij.ImagePlus modelImage) |
Modifier and Type | Method and Description |
---|---|
List<NearPoint> |
PathAndFillManager.getCorrespondences(PathAndFillManager other,
double maxDistance)
For each point in this PathAndFillManager, find the corresponding point on
the other one.
|
Constructor and Description |
---|
SNT(Context context,
PathAndFillManager pathAndFillManager)
Instantiates SNT in 'Analysis Mode'
|
Copyright © 2015–2021 Fiji. All rights reserved.