H3D API  2.4.1
Public Member Functions | List of all members
H3D::FieldDBElement Struct Reference

A FieldDBElement is an encapsulation of a field in a H3DNodeDatabase. More...

#include <H3D/H3DNodeDatabase.h>

Inheritance diagram for H3D::FieldDBElement:
Inheritance graph

Public Member Functions

 FieldDBElement (H3DNodeDatabase *_container, const string &_name, const Field::AccessType _access)
 Constructor. More...
 
virtual ~FieldDBElement ()
 Destructor.
 
H3DNodeDatabasegetContainer ()
 Get the H3DNodeDatabase this instance is part of.
 
const string & getName ()
 Get the name of the field.
 
Field::AccessType getAccessType ()
 Get the access type of the field.
 
virtual FieldgetField (const Node *) const
 Given a Node get a pointer to the field in that node that is represented by this FieldDBElement.
 

Detailed Description

A FieldDBElement is an encapsulation of a field in a H3DNodeDatabase.

Constructor & Destructor Documentation

◆ FieldDBElement()

FieldDBElement::FieldDBElement ( H3DNodeDatabase _container,
const string &  _name,
const Field::AccessType  _access 
)

Constructor.

Parameters
_containerThe H3DNodeDatabase the FieldDBElement will be part of.
_nameThe name of the field.
_accessThe access type of the field.

The documentation for this struct was generated from the following files: