openvrml::vrml97_node::transform_node::translation_exposedfield Class Reference

Inheritance diagram for openvrml::vrml97_node::transform_node::translation_exposedfield:
[legend]
List of all members.

Detailed Description

translation exposedField implementation.

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.

Constructor & Destructor Documentation

openvrml::vrml97_node::transform_node::translation_exposedfield::translation_exposedfield ( transform_node node  )  [explicit]

Construct.

Parameters:
node transform_node.

openvrml::vrml97_node::transform_node::translation_exposedfield::~translation_exposedfield (  )  throw () [virtual]

Destroy.


Member Function Documentation

void openvrml::vrml97_node::transform_node::translation_exposedfield::event_side_effect ( const sfvec3f translation,
double  timestamp 
) throw (std::bad_alloc) [private, virtual]

Process event.

Parameters:
translation translation.
timestamp the current time.
Exceptions:
std::bad_alloc if memory allocation fails.