/**
  * Copy constructor
  *
  * @param cf cell to copy
  */
 protected CellFeatures(CellFeatures cf)
     : base(cf)
 {
 }
Exemple #2
0
 /**
  * Copy constructor
  *
  * @param cf cell to copy
  */
 protected CellFeatures(CellFeatures cf)
     : base(cf)
 {
 }