Hi Ulrich,

On 15 January 2013 23:35, Ulrich Hertlein <[email protected]> wrote:
> That's funny, I didn't know we finally had this functionality :-D
> Does anyone remember why osg/Object does not include the ValueObject header 
> directly?

That's a question one should set in a C++ exam :-)

ValueObject header includes both the UserDataContainer and Object
headers and UserDataContainer depends upon Object, so if you were to
put the ValueObject template into Object you'd need to put
UserDataContainer into the Object header as well.  Both
UserDataContainer and Object are quite large headers, putting both
into one place would make both rather less readable and maintainable.

Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to