00001 00002 00003 00005 00006 00011 00016 00021 // DefaultGroupingCreator.h // 00023 00024 #ifndef DEFAULTGROUPINGCREATOR_H 00025 #define DEFAULTGROUPINGCREATOR_H 00026 00027 #include "GroupingCreator.h" 00028 00029 namespace X3DTK { 00030 namespace X3D { 00031 00034 00035 class DefaultGroupingCreator : public GroupingCreator 00036 { 00037 public: 00039 DefaultGroupingCreator(); 00041 virtual ~DefaultGroupingCreator(); 00042 00044 SFNode createGroup() const; 00046 SFNode createStaticGroup() const; 00048 SFNode createTransform() const; 00049 }; 00050 00051 } 00052 } 00053 00054 #endif