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

DefaultGroupingCreator.h

Go to the documentation of this file.
00001 
00002 //                            DefaultGroupingCreator.h                        //
00004 
00005 #ifndef DEFAULTGROUPINGCREATOR_H
00006 #define DEFAULTGROUPINGCREATOR_H
00007 
00008 #include "GroupingCreator.h"
00009 
00010 namespace X3DTK {
00011 
00014 
00015 class DefaultGroupingCreator : public GroupingCreator
00016 {
00017 public:
00019   DefaultGroupingCreator();
00021   virtual ~DefaultGroupingCreator();
00022 
00024   SFNode createGroup() const;
00026   SFNode createStaticGroup() const;
00028   SFNode createTransform() const;
00029 };
00030 
00031 }
00032 
00033 #endif

Generated on Wed May 14 10:38:09 2003 for X3DToolKit by doxygen1.3