X3D_SharedCoordComputer.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_SHAREDCOORDCOMPUTER_H
00002 #define X3DTK_X3D_SHAREDCOORDCOMPUTER_H
00003 
00004 #include "X3D_SceneGraphTypes.h"
00005 #include "X3D_SharedCoordComputerStateVariables.h"
00006 #include "X3DOnePassProcessor.h"
00007 
00008 namespace X3DTK {
00009 namespace X3D {
00010 
00011 class Scene;
00012 
00023 class SharedCoordComputer : public X3DOnePassProcessor
00024 {
00025 public:
00027   SharedCoordComputer();
00029   virtual ~SharedCoordComputer();
00030   
00032   virtual void compute(Scene *S);
00034   virtual void compute(X3DNode *N);
00035 };
00036 
00037 }
00038 }
00039 
00040 #endif

Generated on Fri Jul 30 12:02:29 2004 for X3DToolKit by doxygen 1.3.6