GL_X3DShapeNode.h

Go to the documentation of this file.
00001 #ifndef X3DTK_GL_X3DSHAPENODE_H
00002 #define X3DTK_GL_X3DSHAPENODE_H
00003 
00004 #include "GL_X3DChildNode.h"
00005 
00006 namespace X3DTK {
00007 namespace GL {
00008 
00009 class X3DGeometryNode;
00010 class X3DAppearanceNode;
00011 
00017  class X3DShapeNode : public X3DChildNode
00018 {
00019 public:
00021   X3DShapeNode();
00023   virtual ~X3DShapeNode();
00024   
00026   inline X3DGeometryNode *getGeometry() const {return _geometry;};
00028   inline X3DAppearanceNode *getAppearance() const {return _appearance;};
00029   
00030 private:  
00032   X3DGeometryNode *_geometry;
00034   X3DAppearanceNode *_appearance;  
00035 };
00036 
00037 }
00038 }
00039 
00040 #endif

Generated on Fri Jul 30 12:02:28 2004 for X3DToolKit by doxygen 1.3.6