| Home | Download | Screen shots | Discussion | Documentation |
|---|
An event has a value and a destination, and is associated with a time.
Public Attributes | |
| double | timestamp |
| The timestamp of the event. | |
| field_value * | value |
| The value associated with the event. | |
| node_ptr | to_node |
| The node the event is going to. | |
| std::string | to_eventin |
| The eventIn of to_node the event is going to. | |
The timestamp of the event.
The value associated with the event.
| std::string openvrml::browser::event::to_eventin |
The eventIn of to_node the event is going to.