# File structures/CellComplex.rb, line 396
  def getFullTuple v
    e = up(v)[0]
    t = up(e)[0]
    CellTuple.new(v, e, t)
  end