X3D_X3DShapeNode.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_X3DSHAPENODE_H
00002 #define X3DTK_X3D_X3DSHAPENODE_H
00003 
00004 #include "X3DTypes.h"
00005 #include "X3D_X3DChildNode.h"
00006 #include "X3D_X3DGeometryNode.h"
00007 #include "X3D_X3DAppearanceNode.h"
00008 
00009 namespace X3DTK {
00010 namespace X3D {
00011 
00020 class X3DShapeNode : public X3DChildNode
00021 {
00022 public:
00024   X3DShapeNode();
00026   virtual ~X3DShapeNode();
00027   
00029   inline SFNode getGeometry() const {return _geometry;};
00031   inline SFNode getAppearance() const {return _appearance;};
00032 
00033 private:  
00034   X3DGeometryNode *_geometry;
00035   X3DAppearanceNode *_appearance;  
00036 };
00037 
00038 }
00039 }
00040 
00041 #endif

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