[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: Cell IDs and d.cellcreation
- To: Tuukka Hastrup <Tuukka.Hastrup@xxxxxx>
- Subject: Re: Cell IDs and d.cellcreation
- From: "Tuomas J. Lukka" <lukka@xxxxxx>
- Date: Thu, 6 Jul 2000 10:17:01 +0300 (EEST)
- Cc: zzdev@xxxxxxxxxx
- In-reply-to: <20000706134809.EE8158EF@xxxxxxxxxxxxxxxxxxx>
> And considering the space implementations, I think we should move the
> id booking operations into the ZZDimSpace because that's where
> d.cellcreation is defined and it needs the ids anyway. IMHO
> d.cellcreation should be taken as a general property of every ZZ-space:
> - every cell created could be always referenced to - even after
> possible deletion
> - every cell could be easily referenced to - along the dimension, that
> is - without the need to know the format of ids
Well, that's possible only when the IDs for an implementation are free.
For sliced spaces, the id will contain the slice id. For spaces
that transclude from somewhere else, the new ids must be separable
from others created by other people.
Tuomas