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

Public Member Functions | |
| inline_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~inline_node () throw () |
| Destroy. | |
| virtual inline_node * | to_inline () const |
| Cast to an inline_node. | |
| virtual const std::vector< node_ptr > & | children () const throw () |
| Get the children in the scene graph. | |
| virtual void | activate (double timestamp, bool over, bool active, double *p) |
Private Member Functions | |
| virtual void | do_render_child (openvrml::viewer &viewer, rendering_context context) |
| Render the node. | |
| void | load () |
| Load the children from the URL. | |
Private Attributes | |
| exposedfield< mfstring > | url_ |
| url exposedField. | |
| sfvec3f | bbox_center_ |
| bboxCenter field. | |
| sfvec3f | bbox_size_ |
| bboxSize field. | |
| openvrml::scene * | inlineScene |
| The contained scene. | |
| bool | hasLoaded |
| Flag to indicate whether the scene has been loaded. | |
Friends | |
| class | inline_class |
| Class object for Inline nodes. | |
|
||||||||||||
|
Construct.
|
|
|
Destroy.
|
|
|
Cast to an inline_node.
|
|
|
Get the children in the scene graph.
Implements openvrml::grouping_node. |
|
||||||||||||||||||||
|
Pass on to enabled touchsensor child. Implements openvrml::grouping_node. |
|
||||||||||||
|
Render the node. Render each of the children.
Reimplemented from openvrml::child_node. |
|
|
Load the children from the URL.
|
|
|
Class object for Inline nodes.
|
|
|
url exposedField.
|
|
|
bboxCenter field.
|
|
|
bboxSize field.
|
|
|
The contained scene.
|
|
|
Flag to indicate whether the scene has been loaded.
|