Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::transform_node:
Public Member Functions | |
virtual | ~transform_node ()=0 throw () |
Destroy. | |
virtual const transform_node * | to_transform () const throw () |
Cast to a transform_node. | |
virtual transform_node * | to_transform () throw () |
Cast to a transform_node. | |
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 scope_ptr &scope) throw () | |
Construct. |
|
Destroy.
Implemented in openvrml::vrml97_node::transform_node. |
|
Construct.
Reimplemented in openvrml::vrml97_node::transform_node. |
|
Cast to a transform_node.
Reimplemented from openvrml::node. |
|
Cast to a transform_node.
Reimplemented from openvrml::node. |
|
Get the transformation associated with the node as a matrix.
Implemented in openvrml::vrml97_node::transform_node. |