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... |
|
Construct.
|
|
Destroy.
|
|
Cast to a navigation_info_node.
Reimplemented from openvrml::node. |
|
The avatar size.
|
|
The headlight state.
|
|
The speed.
|
|
The visibility limit.
|
|
Initialize.
Reimplemented from openvrml::node. |
|
Shut down.
Reimplemented from openvrml::node. |
|
Class object for NavigationInfo nodes.
|
|
set_bind eventIn handler.
|
|
avatarSize exposedField.
|
|
headlight exposedField.
|
|
speed exposedField.
|
|
type exposedField.
Reimplemented from openvrml::node. |
|
visibilityLimit exposedField.
|
|
isBound eventOut value.
|
|
isBound eventOut emitter.
|