#include <basic/geometry/vrml_reader/VrmlSeparator.h>
Inherits VrmlNode.
Inheritance diagram for VrmlSeparator:
Public Member Functions | |
virtual | ~VrmlSeparator () |
virtual void | Parse (char *&buffer) |
virtual void | Render (VrmlStack &stack) const |
virtual void | RenderOpenGl (VrmlStack &stack) const |
virtual IGS_Object * | RenderToIGS (VrmlStack &stack) const |
Protected Attributes | |
std::vector< VrmlNode * > | nodes |
Definition at line 7 of file VrmlSeparator.h.
|
Definition at line 11 of file VrmlSeparator.cpp. References nodes. |
|
Reimplemented from VrmlNode. Definition at line 27 of file VrmlSeparator.cpp. References EatWhite(), VrmlNode::GetKeyword(), nodes, VrmlNode::ParseNode(), and VRML_RenderCulling. Here is the call graph for this function: ![]() |
|
Reimplemented from VrmlNode. Definition at line 61 of file VrmlSeparator.cpp. |
|
Reimplemented from VrmlNode. Definition at line 70 of file VrmlSeparator.cpp. References nodes. |
|
Reimplemented from VrmlNode. Definition at line 86 of file VrmlSeparator.cpp. References IGS_Group::AddObject(), and nodes. Here is the call graph for this function: ![]() |
|
Definition at line 18 of file VrmlSeparator.h. Referenced by Parse(), RenderOpenGl(), RenderToIGS(), and ~VrmlSeparator(). |