|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcommon:Generic
mt:MT_Kernel
mt:MT_CustomKernel
class
Mark Townsend, May 2008
class MT_CustomKernel(MT_Kernel) {
;
; Mark Townsend, May 2008
;
public:
import "common.ulb"
func MT_CustomKernel(Generic pparent)
fWeight[0] = @s0, fWeight[1] = @s1, fWeight[2] = @s2
fWeight[3] = @s3, fWeight[4] = @s4, fWeight[5] = @s5
fWeight[6] = @s6, fWeight[7] = @s7, fWeight[8] = @s8
endfunc
default:
title = "Custom"
float param s0
caption = "NW"
default = 1
endparam
float param s1
caption = "N"
default = 1
endparam
float param s2
caption = "NE"
default = 1
endparam
float param s3
caption = "W"
default = 1
endparam
float param s4
caption = "Centre"
default = -8
endparam
float param s5
caption = "E"
default = 1
endparam
float param s6
caption = "SW"
default = 1
endparam
float param s7
caption = "S"
default = 1
endparam
float param s8
caption = "SE"
default = 1
endparam
}
| Constructor Summary | |
|---|---|
MT_CustomKernel()
|
|
MT_CustomKernel(Generic pparent)
|
|
| Method Summary |
|---|
| Methods inherited from class mt:MT_Kernel |
|---|
GetWeight |
| Methods inherited from class common:Generic |
|---|
GetParent |
| Methods inherited from class Object |
|---|
|
| Constructor Detail |
|---|
public MT_CustomKernel(Generic pparent)
public MT_CustomKernel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||