00001 #ifndef MYGROUPINGCREATOR_H 00002 #define MYGROUPINGCREATOR_H 00003 00004 #include <X3DTK/X3D/scenegraph.h> 00005 00006 namespace X3DTK { 00007 namespace X3D { 00008 00009 // Component creator deriving the Grouping component creator defining the default 00010 // X3D nodes, plus the new ones. 00011 00012 class MyGroupingCreator : public GroupingCreator 00013 { 00014 public: 00015 // Constructor. 00016 MyGroupingCreator(); 00017 }; 00018 00019 } 00020 } 00021 00022 #endif