| Home | Download | Screen shots | Discussion | Documentation |
|---|
#include <openvrml/node_impl_util.h>
Public Member Functions | |
| void | constraints () |
| Validate that T is a model of the Bindable Node concept. | |
Public Attributes | |
| T * | bindable_node |
A Bindable Node is a node that has a member function bind that takes a boolean value (the bind state) and a floating point value (the current time).
| t | An object whose type is a model of Bindable Node |
| bind_state | A boolean |
| bind_time | A floating-point value |
| Name | Expression | Type requirements | Return type |
|---|---|---|---|
| Bind | t.bind(bind_state, bind_time) | void |
| void openvrml::node_impl_util::BindableNodeConcept< T >::constraints | ( | ) | [inline] |
Validate that T is a model of the Bindable Node concept.
| T * openvrml::node_impl_util::BindableNodeConcept< T >::bindable_node |
For internal use only.