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