common
Class Transfer

Object
  extended by common:Generic
      extended by common:Transfer
Direct Known Subclasses:
DefaultGradientTransfer, DMJ_TrapDiameter, JLB_TrapTransferCollection, MMF_TransferMerge, MMF_TrapTransfer, NullTransfer, Standard_HeightTransfer, TransferDistanceVariants, TrapTransfer, TrapTransferBias

class 
Generic:Transfer

This is a generic transfer class. It accepts one or more real values in sequence and returns a real value for each. Compare this to the Transform base class.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
Transfer()
           
Transfer(Generic pparent)
          constructor
 
Method Summary
 void Init(complex pz)
          call this to begin processing a sequence NOTE: although Transfer computes reals, it is still initialized with a complex value, usually corresponding to the point this is being applied to
 float Iterate(float pr)
          call this to process another value in the sequence
 void IterateSilent()
          Update internal counters without transforming a value
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

Transfer

public Transfer(Generic pparent)
constructor


Transfer

public Transfer()
Method Detail

Init

public void Init(complex pz)
call this to begin processing a sequence NOTE: although Transfer computes reals, it is still initialized with a complex value, usually corresponding to the point this is being applied to


Iterate

public float Iterate(float pr)
call this to process another value in the sequence


IterateSilent

public void IterateSilent()
Update internal counters without transforming a value