コード例 #1
0
ファイル: Layer.cs プロジェクト: Daniil-BSD/ITG_Project
 public Layer(Coordinate offset, ITGThreadPool threadPool, Algorithm <S> source) : base(offset, threadPool)
 {
     this.source = source;
 }
コード例 #2
0
 public NeighbourBasedAgorithm(Coordinate offset, ITGThreadPool threadPool, Algorithm <S> source) : base(offset, threadPool, source)
 {
 }