Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for Inline:
Public Methods | |
Inline (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~Inline () throw () |
Destructor. | |
virtual void | render (Viewer &viewer, VrmlRenderContext context) |
Render the node. | |
virtual Inline * | toInline () const |
Private Methods | |
void | load () |
Load the children from the URL. | |
void | processSet_url (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_url eventIn handler. | |
Private Attributes | |
SFVec3f | bboxCenter |
SFVec3f | bboxSize |
MFString | url |
Scene * | inlineScene |
bool | hasLoaded |
Friends | |
class | InlineClass |
|
Constructor.
|
|
Destructor.
|
|
Load the children from the URL.
|
|
set_url eventIn handler.
|
|
Render the node. Render each of the children.
Reimplemented from Node. |