Layer

interface Layer<T, P : Position<out P>?> : Serializable

Interface for static layer, containing a substance or a molecule with a spatial distribution.

Parameters

<T>

the value that measure the substance in a point.

<P>

Concentration type

Functions

Link copied to clipboard
abstract fun getValue(p: P): T