Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::inline_node:
Public Member Functions | |
inline_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~inline_node () throw () |
Destroy. | |
virtual void | render (openvrml::viewer &viewer, rendering_context context) |
Render the node. | |
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 | |
void | load () |
Load the children from the URL. | |
void | process_set_url (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_url eventIn handler. | |
Private Attributes | |
sfvec3f | bboxCenter |
bboxCenter field. | |
sfvec3f | bboxSize |
bboxSize field. | |
mfstring | url |
url exposedField. | |
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.
|
|
Pass on to enabled touchsensor child. Implements openvrml::grouping_node. |
|
Get the children in the scene graph.
Implements openvrml::grouping_node. |
|
Load the children from the URL.
|
|
set_url eventIn handler.
|
|
Render the node. Render each of the children.
Reimplemented from openvrml::node. |
|
Cast to an inline_node.
|
|
Class object for Inline nodes.
|
|
bboxCenter field.
|
|
bboxSize field.
|
|
Flag to indicate whether the scene has been loaded.
|
|
The contained scene.
|
|
url exposedField.
|