Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members | Related Pages

openvrml::vrml97_node::switch_node::which_choice_exposedfield Class Reference

Inheritance diagram for openvrml::vrml97_node::switch_node::which_choice_exposedfield:

Inheritance graph
[legend]
List of all members.

Detailed Description

choice exposedField implementation.

For internal use only.


Public Member Functions

 which_choice_exposedfield (switch_node &node)
 Construct.
virtual ~which_choice_exposedfield () throw ()
 Destroy.

Private Member Functions

virtual void event_side_effect (const sfint32 &which_choice, double timestamp) throw (std::bad_alloc)
 Process event.

Constructor & Destructor Documentation

openvrml::vrml97_node::switch_node::which_choice_exposedfield::which_choice_exposedfield switch_node node  )  [explicit]
 

Construct.

Parameters:
node switch_node.

openvrml::vrml97_node::switch_node::which_choice_exposedfield::~which_choice_exposedfield  )  throw () [virtual]
 

Destroy.


Member Function Documentation

void openvrml::vrml97_node::switch_node::which_choice_exposedfield::event_side_effect const sfint32 which_choice,
double  timestamp
throw (std::bad_alloc) [private, virtual]
 

Process event.

Parameters:
which_choice choice nodes.
timestamp the current time.
Exceptions:
std::bad_alloc if memory allocation fails.