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

BboxUpdaterRenderingVisitor.h

Go to the documentation of this file.
00001 
00002 //                            BboxUpdaterRenderingVisitor.h                   //
00004 
00005 #ifndef BBOXUPDATERRENDERINGVISITOR_H
00006 #define BBOXUPDATERRENDERINGVISITOR_H
00007 
00008 #include "RenderingVisitor.h"
00009 #include "BboxUpdaterGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 
00013 class Coordinate;
00014 class X3DGeometryNode;
00015 
00017 
00018 class BboxUpdaterRenderingVisitor : public RenderingVisitor
00019 {
00020 public:
00022   BboxUpdaterRenderingVisitor();
00024   virtual ~BboxUpdaterRenderingVisitor();
00025 
00027   virtual void enterCoordinate(Coordinate *C) const;
00028 
00030   virtual bool walkOnX3DGeometryNode(X3DGeometryNode *N, SFNode Child) const;
00031 
00032 
00033 protected:
00034   BboxUpdaterGlobalVariables *globalVariables;
00035 };
00036 
00037 }
00038 
00039 #endif

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