# File structures/CellComplex.rb, line 292
  def member? cell
    return @cells[cell.dim].member?(cell)
  end