|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object common:Generic mt:MT_Kernel
class
Base class for convolution kernels.
Mark Townsend, May 2008
class MT_Kernel(common.ulb:Generic) { ; ; Base class for convolution kernels. ; <p> ; Mark Townsend, May 2008 ; public: func MT_Kernel(Generic pparent) Generic.Generic(pparent) endfunc float func GetWeight(int n) return fWeight[n] endfunc protected: float fWeight[9] default: }
Constructor Summary | |
---|---|
MT_Kernel()
|
|
MT_Kernel(Generic pparent)
|
Method Summary | |
---|---|
float |
GetWeight(int n)
|
Methods inherited from class common:Generic |
---|
GetParent |
Methods inherited from class Object |
---|
|
Constructor Detail |
---|
public MT_Kernel(Generic pparent)
public MT_Kernel()
Method Detail |
---|
public float GetWeight(int n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |