C# 클래스 LumosPluginTemplates.MxMatrixEffectTemplate

상속: AbstractMxEffect
파일 보기 프로젝트 열기: DMXControl/LumosPluginTemplates

공개 메소드들

메소드 설명
MxMatrixEffectTemplate ( ) : LumosLIB.Kernel.Log

보호된 메소드들

메소드 설명
MxMatrixEffectTemplate ( object Speed ) : LumosLIB.Kernel.Log
cloneAbstractFilter ( ) : AbstractFilter
getParameterInternal ( string name ) : object
processMatrix ( System.Matrix input, System.Matrix &output, long time ) : bool
setParameterInternal ( string name, object value ) : bool

비공개 메소드들

메소드 설명
ExeptionString ( string Caption ) : string

메소드 상세

MxMatrixEffectTemplate() 공개 메소드

public MxMatrixEffectTemplate ( ) : LumosLIB.Kernel.Log
리턴 LumosLIB.Kernel.Log

MxMatrixEffectTemplate() 보호된 메소드

protected MxMatrixEffectTemplate ( object Speed ) : LumosLIB.Kernel.Log
Speed object
리턴 LumosLIB.Kernel.Log

cloneAbstractFilter() 보호된 메소드

protected cloneAbstractFilter ( ) : AbstractFilter
리턴 AbstractFilter

getParameterInternal() 보호된 메소드

protected getParameterInternal ( string name ) : object
name string
리턴 object

processMatrix() 보호된 메소드

protected processMatrix ( System.Matrix input, System.Matrix &output, long time ) : bool
input System.Matrix
output System.Matrix
time long
리턴 bool

setParameterInternal() 보호된 메소드

protected setParameterInternal ( string name, object value ) : bool
name string
value object
리턴 bool