Class MakerCA

java.lang.Object
org.jlab.rec.cvt.track.MakerCA

public class MakerCA extends Object
Cellular automaton maker. It creates the cells from the crosses, finds the neighbors And it makes the system evolve
Author:
fbossu
  • Constructor Details

    • MakerCA

      public MakerCA(boolean debug)
    • MakerCA

      public MakerCA()
  • Method Details

    • createCells

      public void createCells(List<Cross> crs)
    • findNeigbors

      public void findNeigbors()
    • evolve

      public void evolve(int N)
    • getaCvsR

      public double getaCvsR()
    • setaCvsR

      public void setaCvsR(double _aCvsR)
    • getabCrs

      public double getabCrs()
    • setabCrs

      public void setabCrs(double _abCrs)
    • getcosBtwCells

      public double getcosBtwCells()
    • setcosBtwCells

      public void setcosBtwCells(double _cosBtwCells)
    • getPlane

      public String getPlane()
    • setPlane

      public void setPlane(String _plane)
    • getNodes

      public List<Cell> getNodes()
    • setNodes

      public void setNodes(List<Cell> nodes)