C# Class TinkerWorX.AccidentalNoiseLibrary.ImplicitXmlChain

Inheritance: ImplicitModuleBase
Show file Open project: TinkerWorX/AccidentalNoiseLibrary Class Usage Examples

Public Methods

Method Description
AutoCorrectFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitAutoCorrect
BiasFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitBias
CacheFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitCache
ClampFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitClamp
CombinerFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitCombiner
ConstantFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitConstant
FractalFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitFractal
FromString ( String text ) : ImplicitXmlChain
Get ( Double x, Double y ) : Double
Get ( Double x, Double y, Double z ) : Double
Get ( Double x, Double y, Double z, Double w ) : Double
Get ( Double x, Double y, Double z, Double w, Double u, Double v ) : Double
GradientFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitGradient
ScaleDomainFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitScaleDomain
ScaleOffsetFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitScaleOffset
SelectFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitSelect
SphereFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitSphere
TranslateDomainFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitTranslateDomain

Private Methods

Method Description
ImplicitXmlChain ( ) : System

Method Details

AutoCorrectFromXElement() public static method

public static AutoCorrectFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitAutoCorrect
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitAutoCorrect

BiasFromXElement() public static method

public static BiasFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitBias
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitBias

CacheFromXElement() public static method

public static CacheFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitCache
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitCache

ClampFromXElement() public static method

public static ClampFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitClamp
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitClamp

CombinerFromXElement() public static method

public static CombinerFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitCombiner
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitCombiner

ConstantFromXElement() public static method

public static ConstantFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitConstant
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitConstant

FractalFromXElement() public static method

public static FractalFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitFractal
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitFractal

FromString() public static method

public static FromString ( String text ) : ImplicitXmlChain
text String
return ImplicitXmlChain

Get() public method

public Get ( Double x, Double y ) : Double
x Double
y Double
return Double

Get() public method

public Get ( Double x, Double y, Double z ) : Double
x Double
y Double
z Double
return Double

Get() public method

public Get ( Double x, Double y, Double z, Double w ) : Double
x Double
y Double
z Double
w Double
return Double

Get() public method

public Get ( Double x, Double y, Double z, Double w, Double u, Double v ) : Double
x Double
y Double
z Double
w Double
u Double
v Double
return Double

GradientFromXElement() public static method

public static GradientFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitGradient
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitGradient

ScaleDomainFromXElement() public static method

public static ScaleDomainFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitScaleDomain
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitScaleDomain

ScaleOffsetFromXElement() public static method

public static ScaleOffsetFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitScaleOffset
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitScaleOffset

SelectFromXElement() public static method

public static SelectFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitSelect
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitSelect

SphereFromXElement() public static method

public static SphereFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitSphere
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitSphere

TranslateDomainFromXElement() public static method

public static TranslateDomainFromXElement ( ImplicitXmlChain chain, System.Xml.Linq.XElement xElement ) : ImplicitTranslateDomain
chain ImplicitXmlChain
xElement System.Xml.Linq.XElement
return ImplicitTranslateDomain