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