Interface SearchInterface

All Known Implementing Classes:
AbstractSearch, BiSearch, FillerThread, ManualTracerThread, SearchThread, TracerThread, TubularGeodesicsTracer

public interface SearchInterface
Tracer classes implementing searches between two points should implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Registers a callback to receive progress updates (pointsInSearch, finished, threadStatus) while this search runs.
     
  • Method Details

    • getResult

      Path getResult()
    • addProgressListener

      void addProgressListener(SearchProgressCallback callback)
      Registers a callback to receive progress updates (pointsInSearch, finished, threadStatus) while this search runs.
      Parameters:
      callback - the callback to register