Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
scalar_interpolator_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
Construct. | |
virtual | ~scalar_interpolator_node () throw () |
Destroy. | |
Private Attributes | |
set_fraction_listener | set_fraction_listener_ |
set_fraction eventIn handler. | |
exposedfield< mffloat > | key_ |
key exposedField. | |
exposedfield< mffloat > | key_value_ |
keyValue exposedField. | |
sffloat | value_changed_ |
value_changed eventOut value. | |
sffloat_emitter | value_changed_emitter_ |
value_changed eventOut emitter. | |
Friends | |
class | scalar_interpolator_class |
Class object for ScalarInterpolator nodes. | |
Classes | |
class | set_fraction_listener |
set_fraction eventIn handler. More... |
openvrml::vrml97_node::scalar_interpolator_node::scalar_interpolator_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) |
Construct.
type | the node_type associated with the node instance. | |
scope | the scope to which the node belongs. |
openvrml::vrml97_node::scalar_interpolator_node::~scalar_interpolator_node | ( | ) | throw () [virtual] |
Destroy.
class openvrml::vrml97_node::scalar_interpolator_node::scalar_interpolator_class [friend] |
Class object for ScalarInterpolator nodes.
scalar_interpolator_node::set_fraction_listener openvrml::vrml97_node::scalar_interpolator_node::set_fraction_listener_ [private] |
set_fraction eventIn handler.
key exposedField.
keyValue exposedField.
value_changed eventOut value.
value_changed eventOut emitter.