00001 #ifndef GROUPING_NODE_CREATOR_H
00002 #define GROUPING_NODE_CREATOR_H
00003
00004 #include <qwidget.h>
00005 #include <X3DTK/private/X3D_GroupingCreator.h>
00006 #include <X3DTK/private/X3D_RenderingCreator.h>
00007
00008 namespace X3DTK {
00009 namespace X3D {
00010
00013
00014 class GroupingNodeCreator : public GroupingCreator
00015 {
00016 public:
00018 GroupingNodeCreator(){}
00019
00021 ~GroupingNodeCreator(){}
00022
00024 template<typename GroupingNode_t>
00025 void newX4DClass()
00026 {
00027
00028 defineNode<GroupingNode_t>();
00029 }
00030
00031 };
00032
00033
00034 }
00035 }
00036
00037 #endif