#include <X3DShapeNode.h>
Inheritance diagram for H3D::X3DShapeNode::SFGeometryNode:

Public Member Functions | |
| SFGeometryNode () | |
| Constructor. | |
| ~SFGeometryNode () | |
| Destructor. | |
| virtual void | onAdd (Node *n) |
| This function will be called when the value of RefCountField changes. | |
| virtual void | onRemove (Node *n) |
| This function will be called when the value of RefCountField changes. | |
Public Attributes | |
| X3DShapeNode * | owner |
an event from that field will trigger an event from the SFGeometryNode as well. Also we ovverride onAdd and onRemove in order to uphold a route between the encapsulated X3DGeometryNode's bound field to the bound field of the X3DShapeNode the field resides in.
|
|
Destructor. Sets the value to NULL in order to get the correct onAdd and onRemove functions to be called. |
|
|
This function will be called when the value of RefCountField changes. As soon as the value changes onRemove will be called on the old value and onAdd will be called on the new value.
|
|
|
This function will be called when the value of RefCountField changes. As soon as the value changes onRemove will be called on the old value and onAdd will be called on the new value.
|
1.4.5