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

Public Member Functions | |
| virtual NodeType * | getValue (int id=0) |
| Get the value casted to the NodeType. | |
| virtual NodeType * | getCastedValue (int id=0) |
| Get the value casted to the NodeType. | |
Protected Types | |
| typedef NodeType | typed_class_type |
| The subclass of value_type of that the TypedSFNode has made sure that the node is of. | |
| typedef NodeType * | typed_value_type |
| A pointer type to the subclass value_type of that the TypedSFNode has made sure that the node is of. | |
Protected Member Functions | |
| void | onAdd (Node *n) |
| We check that the type of the Node is of the correct type. | |
1.4.5