openvrml::time_dependent_node Class Reference
Abstract base class for time-dependent nodes.
More...
#include <openvrml/node.h>
List of all members.
Detailed Description
Abstract base class for time-dependent nodes.
Constructor & Destructor Documentation
openvrml::time_dependent_node::~time_dependent_node |
( |
|
) |
throw () [pure virtual] |
openvrml::time_dependent_node::time_dependent_node |
( |
const node_type & |
type, |
|
|
const boost::shared_ptr< openvrml::scope > & |
scope | |
|
) |
| | throw () [protected] |
Member Function Documentation
void openvrml::time_dependent_node::update |
( |
double |
time |
) |
|
Update with the current time.
This function delegates to do_update
.
- Parameters:
-
[in] | time | the current time. |
void openvrml::time_dependent_node::do_update |
( |
double |
time |
) |
[private, pure virtual] |
Update with the current time.
- Parameters:
-
[in] | time | the current time. |