1

2

3

4

5

function ObjectRegistration(u, v)

//registers the v-th block into the list of the blocks of the u-th object

o[u].bid[u].nb] ← v

o[u].nb ← o[u].nb+1

end function