| Home | Download | Screen shots | Discussion | Documentation |
|---|
Public Member Functions | |
| navigation_info_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~navigation_info_node () throw () |
| Destroy. | |
| virtual navigation_info_node * | to_navigation_info () const |
| Cast to a navigation_info_node. | |
| const float * | avatar_size () const |
| The avatar size. | |
| bool | headlight () const |
| The headlight state. | |
| float | speed () const |
| The speed. | |
| float | visibility_limit () const |
| The visibility limit. | |
Private Member Functions | |
| virtual void | do_initialize (double timestamp) throw (std::bad_alloc) |
| Initialize. | |
| virtual void | do_shutdown (double timestamp) throw () |
| Shut down. | |
Private Attributes | |
| set_bind_listener | set_bind_listener_ |
| set_bind eventIn handler. | |
| exposedfield< mffloat > | avatar_size_ |
| avatarSize exposedField. | |
| exposedfield< sfbool > | headlight_ |
| headlight exposedField. | |
| exposedfield< sffloat > | speed_ |
| speed exposedField. | |
| exposedfield< mfstring > | type_ |
| type exposedField. | |
| exposedfield< sffloat > | visibility_limit_ |
| visibilityLimit exposedField. | |
| sfbool | is_bound_ |
| isBound eventOut value. | |
| sfbool_emitter | is_bound_emitter_ |
| isBound eventOut emitter. | |
Friends | |
| class | navigation_info_class |
| Class object for NavigationInfo nodes. | |
Classes | |
| class | set_bind_listener |
| set_bind eventIn handler. More... | |
| openvrml::vrml97_node::navigation_info_node::navigation_info_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) |
| openvrml::vrml97_node::navigation_info_node::~navigation_info_node | ( | ) | throw () [virtual] |
Destroy.
| navigation_info_node * openvrml::vrml97_node::navigation_info_node::to_navigation_info | ( | ) | const [virtual] |
Cast to a navigation_info_node.
Reimplemented from openvrml::node.
| const float * openvrml::vrml97_node::navigation_info_node::avatar_size | ( | ) | const |
The avatar size.
| bool openvrml::vrml97_node::navigation_info_node::headlight | ( | ) | const |
The headlight state.
true if the headlight is on; false otherwise. | float openvrml::vrml97_node::navigation_info_node::speed | ( | ) | const |
The speed.
| float openvrml::vrml97_node::navigation_info_node::visibility_limit | ( | ) | const |
The visibility limit.
| void openvrml::vrml97_node::navigation_info_node::do_initialize | ( | double | timestamp | ) | throw (std::bad_alloc) [private, virtual] |
Initialize.
| timestamp | the current time. |
| std::bad_alloc | if memory allocation fails. |
Reimplemented from openvrml::node.
| void openvrml::vrml97_node::navigation_info_node::do_shutdown | ( | double | timestamp | ) | throw () [private, virtual] |
class openvrml::vrml97_node::navigation_info_node::navigation_info_class [friend] |
Class object for NavigationInfo nodes.
navigation_info_node::set_bind_listener openvrml::vrml97_node::navigation_info_node::set_bind_listener_ [private] |
set_bind eventIn handler.
avatarSize exposedField.
headlight exposedField.
speed exposedField.
visibilityLimit exposedField.
isBound eventOut value.
isBound eventOut emitter.