Exemplo n.º 1
0
 public Layer(Coordinate offset, ITGThreadPool threadPool, Algorithm <S> source) : base(offset, threadPool)
 {
     this.source = source;
 }
 public NeighbourBasedAgorithm(Coordinate offset, ITGThreadPool threadPool, Algorithm <S> source) : base(offset, threadPool, source)
 {
 }