swarm.space
Class Diffuse2dImpl
java.lang.Object
|
+--swarm.space.Discrete2dImpl
|
+--swarm.space.DblBuffer2dImpl
|
+--swarm.space.Diffuse2dImpl
- public class Diffuse2dImpl
- extends DblBuffer2dImpl
- implements Ca2dS, Ca2d, Diffuse2dS, Diffuse2d
2d difussion with evaporation..
Discrete 2nd order approximation to 2d diffusion with evaporation. Math is done in integers on the range [0,0x7fff].
Methods implemented by this class for interface swarm.space.Ca2d |
stepRule |
Methods implemented by this class for interface swarm.space.Discrete2d |
copyDiscrete2d$toDiscrete2d,
fastFillWithObject,
fastFillWithValue,
fillWithObject,
fillWithValue,
getObjectAtX$Y,
getSizeX,
getSizeY,
getValueAtX$Y,
putObject$atX$Y,
putValue$atX$Y,
setDiscrete2d$toFile |
Methods implemented by this class for interface swarm.defobj.Drop |
drop |
Methods implemented by this class for interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
Diffuse2dImpl
public Diffuse2dImpl()
Diffuse2dImpl
public Diffuse2dImpl(ZoneImpl aZone,
int x,
int y,
double d,
double e)
- Convenience constructor for Diffuse2d
Diffuse2dImpl
public Diffuse2dImpl(ZoneImpl aZone,
int x,
int y)
- Convenience constructor for Discrete2d lattice
Diffuse2dImpl
public Diffuse2dImpl(ZoneImpl aZone)
- Default constructor for Impl class