Show / Hide Table of Contents

Class InPlaceComputation

Represents an in-place computation

Inheritance
object
Computation
ComputationBase
InPlaceComputation
Implements
IPersistor
ITraceEntry
Inherited Members
ComputationBase.GetInput(int)
ComputationBase.Input
Computation.TransformationRule
Computation.TransformationContext
Computation.Context
Computation.InputArguments
Computation.CreateInputArray()
Computation.Output
Computation.ThrowDelayedException()
Computation.MarkRequire(Computation, bool, ITransformationRuleDependency)
Computation.OutputCore
Computation.OutputInitialized
Computation.Computed
Computation.DelayOutputAtLeast(byte)
Computation.DelayTransformationAtLeast(byte)
Computation.OnOutputInitialized(EventArgs)
Computation.IsDelayed
Computation.OnComputed(EventArgs)
Computation.Transform()
Computation.CreateOutput(IEnumerable)
Computation.InitializeOutput(object)
Computation.SetBaseComputation(Computation)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public abstract class InPlaceComputation : ComputationBase, IPersistor, ITraceEntry

Constructors

| Edit this page View Source

InPlaceComputation(InPlaceTransformationRuleBase, IComputationContext, object[])

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

Declaration
protected InPlaceComputation(InPlaceTransformationRuleBase transformationRule, IComputationContext context, object[] inputs)
Parameters
Type Name Description
InPlaceTransformationRuleBase transformationRule

The transformation rule for this computation

IComputationContext context

The transformation context in which this computations resides

object[] inputs

The input parameters for this computation

Implements

IPersistor
ITraceEntry

Extension Methods

TraceEntryExtensions.CreateInputArray(ITraceEntry)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX