[Q] Field/Relations/RelationList.h:makeOwnCopy()
Richard Guenther
rguenth at tat.physik.uni-tuebingen.de
Wed Jan 29 10:27:22 UTC 2003
Hi!
In the RelationList class there is a makeOwnCopy() method which
seems to do two things rather than one - it makes a private copy
of the relation list _and_ retargets its items to another target.
Did this make sense or is this bad design? I.e. are the "old"
targets after copying invalid? Does it make sense to split the
method into makeOwnCopy() and retarget()? Is this (global) retarget
feature used/needed at all? I'm just thinking again about
Field/FieldEngine/FieldEngine.h::makeOwnCopy()'s semantics...
Any ideas?
Richard.
--
Richard Guenther <richard.guenther at uni-tuebingen.de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/
More information about the pooma-dev
mailing list