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

X3D_SharedCoordComputerRenderingVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_SHAREDCOORDCOMPUTERRENDERINGVISITOR_H
00002 #define X3DTK_X3D_SHAREDCOORDCOMPUTERRENDERINGVISITOR_H
00003 
00004 #include "X3D_RenderingVisitor.h"
00005 #include "X3D_SharedCoordComputerStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class Coordinate;
00011 
00018 class SharedCoordComputerRenderingVisitor : public RenderingVisitor
00019 {
00020 public:
00022   SharedCoordComputerRenderingVisitor();
00024   virtual ~SharedCoordComputerRenderingVisitor();
00025 
00027   virtual void enterCoordinate(Coordinate *C) const;
00028 
00029 protected:
00030   SharedCoordComputerStateVariables *stateVariables;
00031 };
00032 
00033 }
00034 }
00035 
00036 #endif

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