| Home | Download | Screen shots | Discussion | Documentation |
|---|
Public Member Functions | |
| fog_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~fog_node () throw () |
| Destroy. | |
Private Member Functions | |
| virtual void | do_initialize (double timestamp) throw () |
| Initialize. | |
| virtual void | do_shutdown (double timestamp) throw () |
| Shut down. | |
Private Attributes | |
| set_bind_listener | set_bind_listener_ |
| set_bind eventIn handler. | |
| exposedfield< sfcolor > | color_ |
| color exposedField. | |
| exposedfield< sfstring > | fog_type_ |
| fogType exposedField. | |
| exposedfield< sffloat > | visibility_range_ |
| visibilityRange exposedField. | |
| sfbool | is_bound_ |
| isBound eventOut value. | |
| sfbool_emitter | is_bound_emitter_ |
| isBound eventOut emitter. | |
Friends | |
| class | fog_class |
| Class object for Fog nodes. | |
Classes | |
| class | set_bind_listener |
| set_bind event handler. More... | |
| openvrml::vrml97_node::fog_node::fog_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) |
| openvrml::vrml97_node::fog_node::~fog_node | ( | ) | throw () [virtual] |
Destroy.
| void openvrml::vrml97_node::fog_node::do_initialize | ( | double | timestamp | ) | throw () [private, virtual] |
| void openvrml::vrml97_node::fog_node::do_shutdown | ( | double | timestamp | ) | throw () [private, virtual] |
Shut down.
Calls fog_class::unbind to unbind the node if it is bound.
| timestamp | the current time. |
Reimplemented from openvrml::node.
class openvrml::vrml97_node::fog_node::fog_class [friend] |
Class object for Fog nodes.
set_bind eventIn handler.
exposedfield< sfcolor > openvrml::vrml97_node::fog_node::color_ [private] |
color exposedField.
fogType exposedField.
visibilityRange exposedField.
isBound eventOut value.
isBound eventOut emitter.