SelectiveAdaptiveRange

Parameters

<P>

position type

<T>

concentration type

Constructors

Link copied to clipboard
constructor(radius: Double, minrange: Double, maxrange: Double, desiredNeighborsCount: Int, tolerance: Int)
constructor(radius: Double, minrange: Double, maxrange: Double, desiredNeighborsCount: Int, tolerance: Int, adjustment: Double)
constructor(radius: Double, minrange: Double, maxrange: Double, desiredNeighborsCount: Int, tolerance: Int, adjustment: Double, molType: String)
constructor(radius: Double, minrange: Double, desiredNeighborsCount: Int, tolerance: Int)
constructor(radius: Double, minrange: Double, desiredNeighborsCount: Int, tolerance: Int, adjustment: Double)
constructor(radius: Double, desiredNeighborsCount: Int, tolerance: Int)
constructor(radius: Double, desiredNeighborsCount: Int, tolerance: Int, adjustment: Double)
constructor(radius: Double, desiredNeighborsCount: Int, tolerance: Int, molType: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val DEFAULT_MOLECULETYPE: String = "infrastructure"
The default filter molecule.

Functions

Link copied to clipboard
fun computeNeighborhood(center: Node<T>, environment: Environment<T, P>): Neighborhood<T>
Link copied to clipboard
Link copied to clipboard
open fun toString(): String