[][src]Module hwt::search

Functions

search_exact

Iterator over the indices that fall within a radius of a number.

search_exact2

Gets all the possible offsets in a feature that maintain a particular exact radius.

search_exact4

Gets all the possible offsets in a feature that maintain a particular exact radius.

search_exact8

Gets all the possible offsets in a feature that maintain a particular exact radius.

search_exact16

Gets all the possible offsets in a feature that maintain a particular exact radius.

search_exact32

Gets all the possible offsets in a feature that maintain a particular exact radius.

search_exact64

Gets all the possible offsets in a feature that maintain a particular exact radius.

search_exact128

Gets all the possible offsets in a feature that maintain a particular exact radius.

search_radius

Iterator over the indices that fall within a radius of a number.

search_radius2

Gets all the possible offsets in a feature that maintain a particular radius at max.

search_radius4

Gets all the possible offsets in a feature that maintain a particular radius at max.

search_radius8

Gets all the possible offsets in a feature that maintain a particular radius at max.

search_radius16

Gets all the possible offsets in a feature that maintain a particular radius at max.

search_radius32

Gets all the possible offsets in a feature that maintain a particular radius at max.

search_radius64

Gets all the possible offsets in a feature that maintain a particular radius at max.

search_radius128

Gets all the possible offsets in a feature that maintain a particular radius at max.