Allen Bierbaum wrote:
I find that when I use CoredNodePtr's and RefPtr's, I always seem to make the same typedefs (similar to those in the OpenSG Tutorial).

For example:

typedef CoredNodePtr<Group> GroupNodePtr;
> [snip]

Any opinions? Does this sound like something that could be added? Is there anyone with developer access that would like to take this on (or tell me what I would have to do to add it)?

It would be quite useful indeed, however the CoredNodePtr is broken for windows in 1.4 (fixed in the cvs, which I am reluctant to use) so I can't really use that class that at the moment.

However, a similar thing could be said for RefPtr, which _I_ find myself typedeffing here and there all the time:

typedef RefPtr<NodePtr> NodeRefPtr; // NodeRPtr? NodeRef?

So in general, I feel that this is a good idea. I don't yet know what Dirk & Co thinks though, but I'm sure they've thought about it. :)

Best regards,
/Marcus


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to