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