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

Public Member Functions | |
| virtual | ~transform_node ()=0 throw () |
| Destroy. | |
| virtual const mat4f & | transform () const =0 throw () |
Get the transformation associated with the node as a matrix. | |
Protected Member Functions | |
| transform_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
| Construct. | |
Private Member Functions | |
| virtual transform_node * | to_transform () throw () |
Cast to a transform_node. | |
| openvrml::transform_node::~transform_node | ( | ) | throw () [pure virtual] |
Destroy.
| openvrml::transform_node::transform_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) | throw () [protected] |
| const openvrml::mat4f & openvrml::transform_node::transform | ( | ) | const throw () [pure virtual] |
| openvrml::transform_node * openvrml::transform_node::to_transform | ( | ) | throw () [private, virtual] |
Cast to a transform_node.
transform_node. Reimplemented from openvrml::node.