ConnectWithinDistance
open class ConnectWithinDistance<T, P : Position<P>?> : AbstractLocallyConsistentLinkingRule<T, P> (source)
LinkingRule which connects nodes whose euclidean distance is shorter than a given radius.
Parameters
<T>
The type which describes the concentration of a molecule
<P>