lntClearNeighbors
lntClearNeighbors( w_window ) => t /nil
Description
Deletes all computed neighbors in the specified window.
Arguments
Value Returned
Example
window = hiGetCurrentWindow()
lntComputeNeighbors(window 0.04)
lntClearNeighbors(window)
t
Deletes the computed neighbors in the current window.
Related Topics
Return to top