C# Class NMF.Transformations.Core.TransformationContextExtensions

Extensions for the transformation context
Show file Open project: NMFCode/NMF

Public Methods

Method Description
CallTransformation ( this context, NMF.Transformations.Core.GeneralTransformationRule transformationRule ) : NMF.Transformations.Core.Computation

Calls the given transformation with the specified input

Method Details

CallTransformation() public static method

Calls the given transformation with the specified input
public static CallTransformation ( this context, NMF.Transformations.Core.GeneralTransformationRule transformationRule ) : NMF.Transformations.Core.Computation
context this The current transformation context
transformationRule NMF.Transformations.Core.GeneralTransformationRule The rule that should be applied
return NMF.Transformations.Core.Computation