protected class Space2D.KdTreeProcess extends SimplePropertyObject implements ISpaceProcess
| Modifier and Type | Field and Description | 
|---|---|
| protected KdTree | kdtreeThe kd-tree | 
pcs, propertiesID| Constructor and Description | 
|---|
| KdTreeProcess(KdTree kdTree)Creates a new update process for a kd-tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(IClockService clock,
       IEnvironmentSpace space)Executes the environment process | 
| void | shutdown(IEnvironmentSpace space)This method will be executed by the object before the process is removed
  from the execution queue. | 
| void | start(IClockService clock,
     IEnvironmentSpace space)This method will be executed by the object before the process gets added
  to the execution queue. | 
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyNames, hasProperty, setPropertyprotected KdTree kdtree
public KdTreeProcess(KdTree kdTree)
kdTree - The kd-tree.public void execute(IClockService clock, IEnvironmentSpace space)
ISpaceProcessexecute in interface ISpaceProcessclock - The clock.space - The space this process is running in.public void shutdown(IEnvironmentSpace space)
ISpaceProcessshutdown in interface ISpaceProcessspace - The space this process is running in.public void start(IClockService clock, IEnvironmentSpace space)
ISpaceProcessstart in interface ISpaceProcessclock - The clock.space - The space this process is running in.