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

Public Member Functions | |
| anchor_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~anchor_node () throw () |
| Destroy. | |
| virtual anchor_node * | to_anchor () const |
| Cast to an anchor. | |
| virtual const openvrml::bounding_volume & | bounding_volume () const |
| Get the bounding volume. | |
| void | activate () |
| Handle a click by loading the url. | |
Private Member Functions | |
| virtual void | do_render_child (openvrml::viewer &viewer, rendering_context context) |
| Render the node. | |
Private Attributes | |
| exposedfield< sfstring > | description_ |
| description exposedField | |
| exposedfield< mfstring > | parameter_ |
| parameter exposedField | |
| exposedfield< mfstring > | url_ |
| url exposedField | |
Friends | |
| class | anchor_class |
| Class object for Anchor nodes. | |
|
||||||||||||
|
Construct.
|
|
|
Destroy.
|
|
|
Cast to an anchor.
Reimplemented from openvrml::node. |
|
|
Get the bounding volume.
Reimplemented from openvrml::vrml97_node::group_node. |
|
|
Handle a click by loading the url.
|
|
||||||||||||
|
Render the node.
Reimplemented from openvrml::vrml97_node::group_node. |
|
|
Class object for Anchor nodes.
|
|
|
description exposedField
|
|
|
parameter exposedField
|
|
|
url exposedField
|