H3D API
2.4.1
|
SFGeometryNode is dependent on the displayList field of its encapsulated X3DGeometryNode node, i.e. More...
#include <H3D/PlanarReflector.h>
Public Member Functions | |
SFGeometryNode () | |
Constructor. | |
~SFGeometryNode () | |
Destructor. More... | |
virtual void | onAdd (Node *n) |
This function will be called when the value of RefCountField changes. More... | |
virtual void | onRemove (Node *n) |
This function will be called when the value of RefCountField changes. More... | |
![]() | |
DependentSFNode () | |
Constructor. Default value of value is NULL. | |
virtual | ~DependentSFNode () |
Destructor. | |
SFGeometryNode is dependent on the displayList field of its encapsulated X3DGeometryNode node, i.e.
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 PlanarReflector the field resides in.
|
inline |
Destructor.
Sets the value to NULL in order to get the correct onAdd and onRemove functions to be called.
|
inlinevirtual |
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.
n | The new value. |
References H3D::H3DBoundedObject::bound.
|
inlinevirtual |
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.
n | The old value. |
References H3D::H3DBoundedObject::bound.