Class SearchThreadArtist

java.lang.Object
sc.fiji.snt.tracing.artist.SearchThreadArtist
All Implemented Interfaces:
SearchArtist

public class SearchThreadArtist extends Object implements 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 Details

  • Method Details

    • setOpenColor

      public void setOpenColor(Color color)
    • setClosedColor

      public void setClosedColor(Color color)
    • setDrawingThreshold

      public void setDrawingThreshold(double threshold)
    • drawProgressOnSlice

      public void drawProgressOnSlice(int plane, int currentSliceInPlane, TracerCanvas canvas, Graphics g)
      Specified by:
      drawProgressOnSlice in interface SearchArtist
    • getSearch

      public SearchInterface getSearch()
      Specified by:
      getSearch in interface SearchArtist
    • anyNodeUnderThreshold

      public DefaultSearchNode anyNodeUnderThreshold(int x, int y, int z, double threshold)