SelectiveAdaptiveRange

open class SelectiveAdaptiveRange<T, P : Position<P>?> : AdaptiveRange<T, P>

Parameters

<P>

position type

<T>

concentration type

Constructors

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

Functions

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

Properties

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