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