Aardvark.Base.Incremental


IMod<'a>

IMod<'a> represents the base interface for modifiable cells and provides a method for getting the cell's current content.

Instance members

Instance memberDescription
GetValue(arg1)
Signature: AdaptiveToken -> 'a
Modifiers: abstract

returns the cell's content and evaluates the respective computation if needed.

Fork me on GitHub