Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

GLGroup.cpp

Go to the documentation of this file.
00001 #include "GLGroup.h"
00002 #include "Group.h"
00003 
00004 using namespace X3DTK;
00005 
00006 GLGroup::GLGroup()
00007 : X3DGLGroupingNode()
00008 {
00009   defineTagName("GLGroup", "GLGrouping");
00010 }
00011 
00012 GLGroup::GLGroup(const GLGroup &G)
00013 : X3DGLGroupingNode(G)
00014 {
00015   defineTagName("GLGroup", "GLGrouping");
00016 }
00017 
00018 SFNode GLGroup::clone() const
00019 {
00020   return new GLGroup(*this);
00021 }
00022 
00023 GLGroup::~GLGroup()
00024 {
00025 }

Generated on Wed May 14 10:03:08 2003 for X3DToolKit by doxygen1.3