mt
Class MT_SharpenKernel

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

class 
MT_Kernel:MT_SharpenKernel

Mark Townsend, May 2008


Ultra Fractal Source

Toggle UF Source Code Display

 class MT_SharpenKernel(MT_Kernel) {
 ;
 ; Mark Townsend, May 2008
 ;
 public:
   import "common.ulb"
   func MT_SharpenKernel(Generic pparent)
     fWeight[0] = -1, fWeight[1] = -2, fWeight[2] = -1
     fWeight[3] = -2, fWeight[4] = 13, fWeight[5] = -2
     fWeight[6] = -1, fWeight[7] = -2, fWeight[8] = -1
   endfunc
 
 default:
   title = "Sharpen"
 }
 


Constructor Summary
MT_SharpenKernel()
           
MT_SharpenKernel(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_SharpenKernel

public MT_SharpenKernel(Generic pparent)

MT_SharpenKernel

public MT_SharpenKernel()