Connect Within Distance
open class ConnectWithinDistance<T, P : Position<P>?> : AbstractLocallyConsistentLinkingRule<T, P>
Content copied to clipboard
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>
Constructors
Functions
Link copied to clipboard
open fun computeNeighborhood(center: Node<T>, environment: Environment<T, P>): Neighborhood<T>
Content copied to clipboard
Subclasses may change the way a neighborhood is computed.
Link copied to clipboard