| 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... | |
|
||||||||||||
|
Construct.
|
|
|
Destroy.
|
|
|
Initialize.
Reimplemented from openvrml::node. |
|
|
Shut down. Calls fog_class::unbind to unbind the node if it is bound.
Reimplemented from openvrml::node. |
|
|
Class object for Fog nodes.
|
|
|
set_bind eventIn handler.
|
|
|
color exposedField.
|
|
|
fogType exposedField.
|
|
|
visibilityRange exposedField.
|
|
|
isBound eventOut value.
|
|
|
isBound eventOut emitter.
|