Home | Download | Screen shots | Discussion | Documentation |
---|
Class object for script_nodes
.
More...
#include <openvrml/script.h>
Inherits openvrml::node_metatype.
Public Member Functions | |
script_node_metatype (openvrml::browser &browser) | |
Construct. More... | |
virtual | ~script_node_metatype () throw () |
Destroy. More... | |
Private Member Functions | |
virtual const boost::shared_ptr< node_type > | do_create_type (const std::string &id, const node_interface_set &interfaces) const throw () |
Not implemented. More... | |
Class object for script_nodes
.
There is one script_node_metatype
per browser
instance.
openvrml::script_node_metatype::script_node_metatype | ( | openvrml::browser & | browser | ) |
Construct.
[in] | browser | the browser to be associated with the script_node_metatype . |
|
virtual |
Destroy.
|
privatevirtual |
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.