Aardvark.Base.Incremental


IMod

IMod is the non-generic base interface for modifiable cells. This is needed due to the lack of existential types in the .NET.

Instance members

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

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

IsConstant
Signature: bool
Modifiers: abstract

returns whether or not the cell's content will remain constant.

Fork me on GitHub