mmf
Class MMF_RectStimulusDLA

Object
  extended by common:Generic
      extended by mmf:MMF_StimulusDLA
          extended by mmf:MMF_RectStimulusDLA

class 
MMF_StimulusDLA:MMF_RectStimulusDLA


Constructor Summary
MMF_RectStimulusDLA()
           
MMF_RectStimulusDLA(Generic pparent)
           
 
Method Summary
 complex GetPoint(float left, float right, float top, float bottom)
           
 
Methods inherited from class mmf:MMF_StimulusDLA
Direction, GetRange
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

MMF_RectStimulusDLA

public MMF_RectStimulusDLA(Generic pparent)
Parameters:
pparent - the parent, generally "this" from "DLA Inspired"

MMF_RectStimulusDLA

public MMF_RectStimulusDLA()
Method Detail

GetPoint

public complex GetPoint(float left,
                        float right,
                        float top,
                        float bottom)
Overrides:
GetPoint in class MMF_StimulusDLA
Parameters:
left - The leftmost pixel of the organisms for this stimulus
right - The rightmost pixel of the organisms for this stimulus
top - The top pixel of the organisms for this stimulus
bottom - The bottom pixel of the organisms for this stimulus
Returns:
pixel x + flip(pixel y)