mmf
Class MMF_CircleStimulusDLA

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

class 
MMF_StimulusDLA:MMF_CircleStimulusDLA


Constructor Summary
MMF_CircleStimulusDLA()
           
MMF_CircleStimulusDLA(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_CircleStimulusDLA

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

MMF_CircleStimulusDLA

public MMF_CircleStimulusDLA()
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)