|
From: Braden M. <br...@en...> - 2001-08-03 18:23:23
|
On 03 Aug 2001 19:42:40 +0200, luc...@li... wrote: > After some more investigation i found that the member variable d_v in > a VrmlMFNode object should contain a list of pointers to its sons. > This member is private so it is not accessible from client programmers. > Should i add a method to the VrmlMFNode to return its sons or is there > another way to get access to a Node' sons? Just use VrmlMFNode::getElement(). (It sounds like you are looking at an old version of the library.) Braden |