| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for Fog:

Public Methods | |
| Fog (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~Fog () throw () |
| Destructor. | |
Private Methods | |
| virtual void | initializeImpl (double timestamp) throw () |
| Initialize. | |
| void | processSet_bind (const FieldValue &sfbool, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_bind eventIn handler. | |
| void | processSet_color (const FieldValue &sfcolor, double timestamp) throw (std::bad_cast) |
| set_color eventIn handler. | |
| void | processSet_fogType (const FieldValue &sfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_fogType eventIn handler. | |
| void | processSet_visibilityRange (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
| set_visibilityRange eventIn handler. | |
Private Attributes | |
| SFColor | color |
| SFString | fogType |
| SFFloat | visibilityRange |
| SFBool | bound |
Friends | |
| class | FogClass |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Initialize.
Reimplemented from Node. |
|
||||||||||||
|
set_bind eventIn handler.
|
|
||||||||||||
|
set_color eventIn handler.
|
|
||||||||||||
|
set_fogType eventIn handler.
|
|
||||||||||||
|
set_visibilityRange eventIn handler.
|