Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
directional_light_class (openvrml::browser &browser) | |
Construct. | |
virtual | ~directional_light_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 (unsupported_interface, std::bad_alloc) |
Create a node_type. |
openvrml::vrml97_node::directional_light_class::directional_light_class | ( | openvrml::browser & | browser | ) | [explicit] |
Construct.
browser | the browser associated with this class object. |
openvrml::vrml97_node::directional_light_class::~directional_light_class | ( | ) | throw () [virtual] |
Destroy.
const node_type_ptr openvrml::vrml97_node::directional_light_class::do_create_type | ( | const std::string & | id, | |
const node_interface_set & | interfaces | |||
) | const throw (unsupported_interface, std::bad_alloc) [private, virtual] |
Create a node_type.
unsupported_interface | if interfaces includes an interface not supported by directional_light_class. | |
std::bad_alloc | if memory allocation fails. |
Implements openvrml::node_class.