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

BboxUpdaterGroupingVisitor.h

Go to the documentation of this file.
00001 
00002 //                            BboxUpdaterGroupingVisitor.h                    //
00004 
00005 #ifndef BBOXUPDATERGROUPINGVISITOR_H
00006 #define BBOXUPDATERGROUPINGVISITOR_H
00007 
00008 #include "GroupingVisitor.h"
00009 #include "BboxUpdaterGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00014 class StaticGroup;
00015 class X3DGroupingNode;
00016 class Group;
00017 class Transform;
00018 
00020 
00021 class BboxUpdaterGroupingVisitor : public GroupingVisitor
00022 {
00023 public:
00025   BboxUpdaterGroupingVisitor();
00027   virtual ~BboxUpdaterGroupingVisitor();
00028 
00029 
00031   virtual bool walkOnStaticGroup(StaticGroup *S, SFAbstractNode Child) const;
00033   virtual bool walkOnX3DGroupingNode(X3DGroupingNode *N, SFAbstractNode Child) const;
00034 
00036   virtual void leaveStaticGroup(StaticGroup *S) const;
00038   virtual void leaveGroup(Group *G) const;
00040   virtual void leaveTransform(Transform *T) const;
00041 
00042 protected:
00043   BboxUpdaterGlobalVariables *globalVariables;
00044 };
00045 
00046 }
00047 }
00048 
00049 #endif

Generated on Thu Sep 18 15:08:45 2003 for X3DToolKit by doxygen1.3