|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcommon:Generic
mmf:MMF_DeadDLA
mmf:MMF_NoDeadDLA
class
class MMF_NoDeadDLA(MMF_DeadDLA) {
public:
import "common.ulb"
; @param pparent the parent, generally "this" from "DLA Inspired"
func MMF_NoDeadDLA(Generic pparent)
m_Parent = pparent
endfunc
; @param x the x pixel position of a stimulus
; @param y the y pixel position of a stimulus
; @return the square of the pixel distance
float func DeadDistance(float x,float y)
return 1e200
endfunc
default:
title = "No Dead Point DLA Seeding"
color param colour
default = RGB(0,0,0)
visible = false
endparam
float param index
default = 399.0
visible = false
endparam
}
| Constructor Summary | |
|---|---|
MMF_NoDeadDLA()
|
|
MMF_NoDeadDLA(Generic pparent)
|
|
| Method Summary | |
|---|---|
float |
DeadDistance(float x,
float y)
|
| Methods inherited from class common:Generic |
|---|
GetParent |
| Methods inherited from class Object |
|---|
|
| Constructor Detail |
|---|
public MMF_NoDeadDLA(Generic pparent)
pparent - the parent, generally "this" from "DLA Inspired"public MMF_NoDeadDLA()
| Method Detail |
|---|
public float DeadDistance(float x,
float y)
DeadDistance in class MMF_DeadDLAx - the x pixel position of a stimulusy - the y pixel position of a stimulus
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||