| Interface | Description |
|---|---|
| PathTransformer |
Classes transforming
Paths should implement this interface. |
| SearchInterface |
Tracer classes implementing searches between two points should implement this
interface.
|
| SearchProgressCallback |
| Class | Description |
|---|---|
| Fill |
Defines a filled structure.
|
| FillerThread | |
| FillManagerUI |
Implements the Fill Manager dialog.
|
| HessianCaller |
This class is responsible for initiating Heassian analysis on both the
primary (main) and the secondary image.
|
| ManualTracerThread |
A tracer thread for manual tracing.
|
| NearPoint |
This class encapsulates the relationship between an arbitrary point
(nearPoint.x,nearPoint.y,nearPoint.z) close to a particular point on a
particular path.
|
| Path |
This class represents a traced segment (i.e., a Path) in a
reconstruction.
|
| PathAndFillManager |
The PathAndFillManager is responsible for importing, handling and managing of
Paths and Fills.
|
| PathDownsampler |
This is an implementation of the Ramer-Douglas-Peucker algorithm for
simplifying a curve represented by line-segments, as described here
|
| PathFitter |
Class for fitting circular cross-sections around existing nodes of a
Path in order to compute radii (node thickness) and midpoint
refinement of existing coordinates. |
| PathManagerUI |
Implements the Path Manager Dialog.
|
| SciViewSNT |
Bridges SNT to
SciView, allowing Trees to be rendered as Scenery objects |
| SearchNode | |
| SearchThread |
Implements a common thread that explores the image using a variety of
strategies, e.g., to trace tubular structures or surfaces.
|
| SNT |
Implements the SNT plugin.
|
| SNTPrefs |
Class handling SNT preferences.
|
| SNTService |
Service for accessing and scripting the active instance of
SNT. |
| SNTUI |
Implements SNT's main dialog.
|
| SNTUtils |
Static utilities for SNT
|
| TracerThread |
SNT's default tracer thread: explores between two points in an image, doing
an A* search with a choice of distance measures.
|
| Tracing2DTest | |
| Tracing3DTest | |
| Tree |
Utility class to access a Collection of Paths.
|
| TreeAnalyzerTest |
Tests for
TreeAnalyzers |
| TubularGeodesicsTracer |
A tracer thread for
FijiITKInterface.TubularGeodesics (assumes the
tubularity add-on to be installed) |