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

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 
00020 class SharedCoordComputer : public X3DOnePassProcessor
00021 {
00022 public:
00024   SharedCoordComputer();
00026   virtual ~SharedCoordComputer();
00027   
00029   virtual void compute(SFAbstractNode N);
00030  
00031 protected:
00032   SharedCoordComputerStateVariables *stateVariables;
00033 };
00034 
00035 }
00036 }
00037 
00038 #endif

Generated on Thu Apr 1 17:12:02 2004 for X3DToolKit by doxygen 1.3.3