| Home | Download | Screen shots | Discussion | Documentation |
|---|
For internal use only.
Public Member Functions | |
| translation_exposedfield (transform_node &node) | |
| Construct. | |
| virtual | ~translation_exposedfield () throw () |
| Destroy. | |
Private Member Functions | |
| virtual void | event_side_effect (const sfvec3f &translation, double timestamp) throw (std::bad_alloc) |
| Process event. | |
| openvrml::vrml97_node::transform_node::translation_exposedfield::translation_exposedfield | ( | transform_node & | node | ) | [explicit] |
| openvrml::vrml97_node::transform_node::translation_exposedfield::~translation_exposedfield | ( | ) | throw () [virtual] |
Destroy.
| void openvrml::vrml97_node::transform_node::translation_exposedfield::event_side_effect | ( | const sfvec3f & | translation, | |
| double | timestamp | |||
| ) | throw (std::bad_alloc) [private, virtual] |
Process event.
| translation | translation. | |
| timestamp | the current time. |
| std::bad_alloc | if memory allocation fails. |