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) { }