EikonalSolverFIM

Implementation of the sequential fast iterative method (FIM) presented in 'A Fast Iterative Method for Eikonal Equations' jeong-2008. The FIM essentially drops the condition that the narrow band is sorted. In each step all points contained in the narrow band (which is called active list) can be treated in parallel.


Field: isHighAccuracy [boolean]

---


Field: targetPoints [Point>]

---


Field: isActiveList [boolean[][]]

---


Field: epsilon [double]

---


Field: timeCostFunction [ITimeCostFunction]

---


Field: distFunc [IDistanceFunction]

---


Field: cellGrid [CellGrid]

---


Field: nUpdates [int]

---


Field: logger [Logger]

---


Field: activeList [Point>]

---