Table of Contents

Class InPlaceComputation

Namespace
NMF.Transformations
Assembly
NMF.Transformations.dll

Represents an in-place computation

public abstract class InPlaceComputation : ComputationBase, IPersistor, ITraceEntry
Inheritance
InPlaceComputation
Implements
Inherited Members
Extension Methods

Constructors

InPlaceComputation(InPlaceTransformationRuleBase, IComputationContext, object[])

Creates a new in-place computation for the given transformation rule and the given transformation context

protected InPlaceComputation(InPlaceTransformationRuleBase transformationRule, IComputationContext context, object[] inputs)

Parameters

transformationRule InPlaceTransformationRuleBase

The transformation rule for this computation

context IComputationContext

The transformation context in which this computations resides

inputs object[]

The input parameters for this computation