openvrml::vrml97_node::text_node::length_exposedfield Class Reference

Inheritance diagram for openvrml::vrml97_node::text_node::length_exposedfield:
[legend]

List of all members.


Detailed Description

length exposedField implementation.

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.

Constructor & Destructor Documentation

openvrml::vrml97_node::text_node::length_exposedfield::length_exposedfield ( text_node node  )  [explicit]

Construct.

Parameters:
node text_node.

openvrml::vrml97_node::text_node::length_exposedfield::~length_exposedfield (  )  throw () [virtual]

Destroy.


Member Function Documentation

void openvrml::vrml97_node::text_node::length_exposedfield::event_side_effect ( const mffloat length,
double  timestamp 
) throw (std::bad_alloc) [virtual]

Process event.

Parameters:
length length of the text strings.
timestamp the current time.
Exceptions:
std::bad_alloc if memory allocation fails.