#include <H3DNodeDatabase.h>
Inheritance diagram for H3D::FieldDBElement:

Public Member Functions | |
| FieldDBElement (H3DNodeDatabase *_container, const string &_name, const Field::AccessType _access) | |
| Constructor. | |
| virtual | ~FieldDBElement () |
| Destructor. | |
| H3DNodeDatabase * | getContainer () |
| Get the H3DNodeDatabase this instance is part of. | |
| const string & | getName () |
| Get the name of the field. | |
| const Field::AccessType | getAccessType () |
| Get the access type of the field. | |
| virtual Field * | getField (Node *n) const |
| Given a Node get a pointer to the field in that node that is represented by this FieldDBElement. | |
Protected Attributes | |
| H3DNodeDatabase * | container |
| string | name |
| const Field::AccessType | access |
|
||||||||||||||||
|
Constructor.
|
1.4.5