C# 클래스 TinkerWorX.AccidentalNoiseLibrary.ImplicitXmlChain

상속: ImplicitModuleBase
파일 보기 프로젝트 열기: TinkerWorX/AccidentalNoiseLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ImplicitXmlChain ( ) : System

메소드 상세

AutoCorrectFromXElement() 공개 정적인 메소드

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

BiasFromXElement() 공개 정적인 메소드

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

CacheFromXElement() 공개 정적인 메소드

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

ClampFromXElement() 공개 정적인 메소드

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

CombinerFromXElement() 공개 정적인 메소드

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

ConstantFromXElement() 공개 정적인 메소드

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

FractalFromXElement() 공개 정적인 메소드

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

FromString() 공개 정적인 메소드

public static FromString ( String text ) : ImplicitXmlChain
text String
리턴 ImplicitXmlChain

Get() 공개 메소드

public Get ( Double x, Double y ) : Double
x Double
y Double
리턴 Double

Get() 공개 메소드

public Get ( Double x, Double y, Double z ) : Double
x Double
y Double
z Double
리턴 Double

Get() 공개 메소드

public Get ( Double x, Double y, Double z, Double w ) : Double
x Double
y Double
z Double
w Double
리턴 Double

Get() 공개 메소드

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
리턴 Double

GradientFromXElement() 공개 정적인 메소드

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

ScaleDomainFromXElement() 공개 정적인 메소드

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

ScaleOffsetFromXElement() 공개 정적인 메소드

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

SelectFromXElement() 공개 정적인 메소드

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

SphereFromXElement() 공개 정적인 메소드

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

TranslateDomainFromXElement() 공개 정적인 메소드

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