mt
Class MT_CustomKernel

Object
  extended by common:Generic
      extended by mt:MT_Kernel
          extended by mt:MT_CustomKernel

class 
MT_Kernel:MT_CustomKernel

Mark Townsend, May 2008


Ultra Fractal Source

Toggle UF Source Code Display

 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

MT_CustomKernel

public MT_CustomKernel(Generic pparent)

MT_CustomKernel

public MT_CustomKernel()