Home | Download | Screen shots | Discussion | Documentation |
---|
For internal use only.
Public Member Functions | |
length_exposedfield (text_node &node) | |
Construct. | |
virtual | ~length_exposedfield () throw () |
Destroy. | |
virtual void | event_side_effect (const mffloat &length, double timestamp) throw (std::bad_alloc) |
Process event. |
openvrml::vrml97_node::text_node::length_exposedfield::length_exposedfield | ( | text_node & | node | ) | [explicit] |
openvrml::vrml97_node::text_node::length_exposedfield::~length_exposedfield | ( | ) | throw () [virtual] |
Destroy.
void openvrml::vrml97_node::text_node::length_exposedfield::event_side_effect | ( | const mffloat & | length, | |
double | timestamp | |||
) | throw (std::bad_alloc) [virtual] |
Process event.
length | length of the text strings. | |
timestamp | the current time. |
std::bad_alloc | if memory allocation fails. |