Home | Download | Screen shots | Discussion | Documentation |
---|
#include <openvrml/node.h>
Inheritance diagram for openvrml::light_node:
Public Member Functions | |
virtual | ~light_node ()=0 throw () |
Destroy. | |
Protected Member Functions | |
light_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
Construct. | |
Private Member Functions | |
virtual light_node * | to_light () throw () |
Cast to a light_node. |
openvrml::light_node::~light_node | ( | ) | throw () [pure virtual] |
Destroy.
openvrml::light_node::light_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) | throw () [protected] |
Construct.
[in] | type | the node_type associated with the node. |
[in] | scope | the scope the node belongs to. |
openvrml::light_node * openvrml::light_node::to_light | ( | ) | throw () [private, virtual] |