| Home | Download | Screen shots | Discussion | Documentation |
|---|
#include <openvrml/node.h>

Public Member Functions | |
| virtual | ~time_dependent_node ()=0 throw () |
| Destroy. | |
| void | update (double time) |
| Update with the current time. | |
Protected Member Functions | |
| time_dependent_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
| Construct. | |
Private Member Functions | |
| virtual time_dependent_node * | to_time_dependent () throw () |
Cast to a time_dependent_node. | |
| virtual void | do_update (double time)=0 |
| Update with the current time. | |
| openvrml::time_dependent_node::~time_dependent_node | ( | ) | throw () [pure virtual] |
Destroy.
| openvrml::time_dependent_node::time_dependent_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) | throw () [protected] |
| void openvrml::time_dependent_node::update | ( | double | time | ) |
Update with the current time.
This function delegates to do_update.
| [in] | time | the current time. |
| openvrml::time_dependent_node * openvrml::time_dependent_node::to_time_dependent | ( | ) | throw () [private, virtual] |
| void openvrml::time_dependent_node::do_update | ( | double | time | ) | [private, pure virtual] |
Update with the current time.
| [in] | time | the current time. |