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

WorldCoordTranslatorRenderingVisitor.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            WorldCoordTranslatorRenderingVisitor.h          //
00023 
00024 #ifndef WORLDCOORDTRANSLATORRENDERINGVISITOR_H
00025 #define WORLDCOORDTRANSLATORRENDERINGVISITOR_H
00026 
00027 #include "RenderingVisitor.h"
00028 #include "WorldCoordTranslatorGlobalVariables.h"
00029 
00030 namespace X3DTK {
00031 namespace X3D {
00032 
00033 class Coordinate;
00034 class Normal;
00035 class X3DGeometryNode;
00036 
00038 
00039 class WorldCoordTranslatorRenderingVisitor : public RenderingVisitor
00040 {
00041 public:
00043   WorldCoordTranslatorRenderingVisitor();
00045   virtual ~WorldCoordTranslatorRenderingVisitor();
00046 
00048   virtual void enterCoordinate(Coordinate *C) const;
00049 
00051   virtual void enterNormal(Normal *N) const;
00052 
00053 protected:
00054   WorldCoordTranslatorGlobalVariables *globalVariables;
00055 };
00056 
00057 }
00058 }
00059 
00060 #endif

Generated on Wed Sep 10 11:25:14 2003 for X3DToolKit by doxygen1.3