#include <SFNode.h>
Inheritance diagram for H3D::SFNode:

Public Member Functions | |
| SFNode () | |
| Constructor. | |
| SFNode (Node *_value) | |
| Constructor. | |
| virtual string | getTypeName () |
| Returns a string name for this field type i.e. SFNode. | |
| virtual X3DTypes::X3DType | getX3DType () |
| Returns the X3DType of the field. | |
Static Public Member Functions | |
| static string | classTypeName () |
| Returns a string name for this field type i.e. SFNode. | |
Protected Member Functions | |
| virtual Node * | preOnAdd (Node *n) |
| virtual Node * | preOnRemove (Node *n) |
| Node * | getPrototypeNode (Node *n) |
Reference counting on the encapsulated Node is also upheld.
1.4.5