#include <X3DGroupingNode.h>
Inheritance diagram for H3D::X3DGroupingNode::MFChild:

Public Types | |
|
typedef DependentMFNode< X3DChildNode, FieldRef< H3DDisplayListObject, H3DDisplayListObject::DisplayList, &H3DDisplayListObject::displayList >, true > | MFChildBase |
| The base class of MFChild. | |
Public Member Functions | |
| ~MFChild () | |
| Destructor. | |
| virtual void | onAdd (Node *n) |
| Set up the routes we want to maintain. | |
| virtual void | onRemove (Node *n) |
| Remove the routes we want to maintain. | |
Friends | |
| class | X3DGroupingNode |
The displayList field of the Nodes are routed to the displayList field and the bound fields are routed to the bound field.
|
|
Destructor. Clears the MFNode in order to get the correct onRemove function to be called upon destruction. Must be done in all subclasses that overrides onRemove (). |
1.4.5