Package sc.fiji.snt.tracing.artist
Class SearchThreadArtist
java.lang.Object
sc.fiji.snt.tracing.artist.SearchThreadArtist
- All Implemented Interfaces:
SearchArtist
An artist class responsible for visualizing the progress and state of search threads
during path tracing operations.
- Rendering the current search frontier
- Displaying explored and unexplored regions
- Highlighting the active search paths
- Visualizing search thread progression in real-time
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanyNodeUnderThreshold(int x, int y, int z, double threshold) voiddrawProgressOnSlice(int plane, int currentSliceInPlane, TracerCanvas canvas, Graphics g) voidsetClosedColor(Color color) voidsetDrawingThreshold(double threshold) voidsetOpenColor(Color color)
-
Constructor Details
-
SearchThreadArtist
-
-
Method Details
-
setOpenColor
-
setClosedColor
-
setDrawingThreshold
public void setDrawingThreshold(double threshold) -
drawProgressOnSlice
public void drawProgressOnSlice(int plane, int currentSliceInPlane, TracerCanvas canvas, Graphics g) - Specified by:
drawProgressOnSlicein interfaceSearchArtist
-
getSearch
- Specified by:
getSearchin interfaceSearchArtist
-
anyNodeUnderThreshold
-