Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::script_node_class:
Public Member Functions | |
script_node_class (openvrml::browser &browser) | |
Construct. | |
virtual | ~script_node_class () throw () |
Destroy. | |
virtual const node_type_ptr | create_type (const std::string &id, const node_interface_set &interfaces) throw () |
Not implemented. |
There is one script_node_class per browser instance.
|
Construct.
|
|
Not implemented.
This method is not implemented because the Script node implementation, unlike other node implementations, cannot provide the implementation of an Implements openvrml::node_class. |