|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object common:Generic mmf:Contraction
class
Contraction base class.
class Contraction(common.ulb:Generic) { ; Contraction base class. public: import "common.ulb" ; @param pparent the parent, generally "this" for the parent, or zero func Contraction(Generic pparent) Generic.Generic(pparent) endfunc ; @param pz ; @param pc func Init(complex pz, complex pc) endfunc ; @param pz ; @param pc ; @return the contracted value complex func Iterate(complex pz, complex pc) return pz endfunc default: int param v_contraction caption = "Version (Contraction)" default = 100 hint = "This version parameter is used to detect when a change has \ been made to the formula that is incompatible with the \ previous version. When that happens, this field will reflect \ the old version number to alert you to the fact that an \ alternate rendering is being used." visible = @v_contraction < 100 endparam }
Constructor Summary | |
---|---|
Contraction()
|
|
Contraction(Generic pparent)
|
Method Summary | |
---|---|
void |
Init(complex pz,
complex pc)
|
complex |
Iterate(complex pz,
complex pc)
|
Methods inherited from class common:Generic |
---|
GetParent |
Methods inherited from class Object |
---|
|
Constructor Detail |
---|
public Contraction(Generic pparent)
pparent
- the parent, generally "this" for the parent, or zeropublic Contraction()
Method Detail |
---|
public void Init(complex pz, complex pc)
pz
- pc
- public complex Iterate(complex pz, complex pc)
pz
- pc
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |