| Home | Download | Screen shots | Discussion | Documentation |
|---|
There is one script_node_class per browser instance.
Public Member Functions | |
| script_node_class (openvrml::browser &browser) | |
| Construct. | |
| virtual | ~script_node_class () throw () |
| Destroy. | |
Private Member Functions | |
| virtual const node_type_ptr | do_create_type (const std::string &id, const node_interface_set &interfaces) const throw () |
| Not implemented. | |
| openvrml::script_node_class::script_node_class | ( | openvrml::browser & | browser | ) |
| openvrml::script_node_class::~script_node_class | ( | ) | throw () [virtual] |
Destroy.
| const node_type_ptr openvrml::script_node_class::do_create_type | ( | const std::string & | id, | |
| const node_interface_set & | interfaces | |||
| ) | const throw () [private, virtual] |
Not implemented.
This method is not implemented because the Script node implementation, unlike other node implementations, cannot provide the implementation of an EXTERNPROTO. It is an error to call this method.
Implements openvrml::node_class.