#include <basic/geometry/vrml_reader/VrmlGroup.h>
Inherits VrmlNode.
Inheritance diagram for VrmlGroup:
Public Member Functions | |
~VrmlGroup () | |
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 | |
VrmlBboxCenter | m_BboxCenter |
VrmlBboxSize | m_BboxSize |
VrmlChildren | m_Children |
Definition at line 11 of file VrmlGroup.h.
|
Definition at line 11 of file VrmlGroup.cpp. |
|
Reimplemented from VrmlNode. Definition at line 20 of file VrmlGroup.cpp. References EatWhite(), VrmlNode::GetKeyword(), m_BboxCenter, m_BboxSize, m_Children, VrmlChildren::Parse(), VrmlBboxSize::Parse(), VrmlBboxCenter::Parse(), VrmlNode::SetType(), VRML_BboxCenter, VRML_BboxSize, VRML_Children, VrmlKeywordBboxCenter, and VrmlKeywordBboxSize. Here is the call graph for this function: ![]() |
|
Reimplemented from VrmlNode. Definition at line 57 of file VrmlGroup.cpp. References m_BboxCenter, m_BboxSize, m_Children, VrmlChildren::Render(), VrmlBboxSize::Render(), and VrmlBboxCenter::Render(). Here is the call graph for this function: ![]() |
|
Reimplemented from VrmlNode. Definition at line 69 of file VrmlGroup.cpp. References m_BboxCenter, m_BboxSize, m_Children, VrmlChildren::RenderOpenGl(), and VrmlNode::RenderOpenGl(). Here is the call graph for this function: ![]() |
|
Reimplemented from VrmlNode. Definition at line 81 of file VrmlGroup.cpp. References m_BboxCenter, m_BboxSize, m_Children, VrmlChildren::RenderToIGS(), VrmlBboxSize::RenderToIGS(), and VrmlBboxCenter::RenderToIGS(). Here is the call graph for this function: ![]() |
|
Definition at line 24 of file VrmlGroup.h. Referenced by Parse(), Render(), RenderOpenGl(), and RenderToIGS(). |
|
Definition at line 25 of file VrmlGroup.h. Referenced by Parse(), Render(), RenderOpenGl(), and RenderToIGS(). |
|
Definition at line 26 of file VrmlGroup.h. Referenced by Parse(), Render(), RenderOpenGl(), and RenderToIGS(). |