| Home | Download | Screen shots | Discussion | Documentation |
|---|

Public Member Functions | |
| virtual | ~texture_transform_node ()=0 throw () |
| Destructor. | |
| void | render_texture_transform (viewer &v) |
| Render the texture transform. | |
Protected Member Functions | |
| texture_transform_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
| Construct. | |
Private Member Functions | |
| virtual texture_transform_node * | to_texture_transform () throw () |
| Cast to a texture_transform_node. | |
| virtual void | do_render_texture_transform (viewer &v) |
| Render the texture transform. | |
|
|
Destructor.
Implemented in openvrml::vrml97_node::texture_transform_node. |
|
||||||||||||
|
Construct.
Reimplemented in openvrml::vrml97_node::texture_transform_node. |
|
|
Render the texture transform.
|
|
|
Cast to a texture_transform_node.
Reimplemented from openvrml::node. |
|
|
Render the texture transform.
Reimplemented in openvrml::vrml97_node::texture_transform_node. |