Ejemplo n.º 1
0
 public DynamicGridWPool(DynamicGridWPool b)
     : base(b)
 {
     m_notSet   = b.m_notSet;
     m_nodePool = b.m_nodePool;
 }
Ejemplo n.º 2
0
 public DynamicGridWPool(DynamicGridWPool b)
     : base(b)
 {
     m_notSet = b.m_notSet;
     m_nodePool = b.m_nodePool;
 }
Ejemplo n.º 3
0
        public override BaseGrid Clone()
        {
            DynamicGridWPool tNewGrid = new DynamicGridWPool(m_nodePool);

            return(tNewGrid);
        }
Ejemplo n.º 4
0
 public override BaseGrid Clone()
 {
     DynamicGridWPool tNewGrid = new DynamicGridWPool(m_nodePool);
     return tNewGrid;
 }