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

X3D_MeshBuilderRenderingVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_MESHBUILDERRENDERINGVISITOR_H
00002 #define X3DTK_X3D_MESHBUILDERRENDERINGVISITOR_H
00003 
00004 #include "X3D_RenderingVisitor.h"
00005 #include "X3D_MeshBuilderStateVariables.h"
00006 #include "X3D_Coordinate.h"
00007 
00008 #include <iostream>
00009 
00010 namespace X3DTK {
00011 namespace X3D {
00012 
00019 template<class MData, class VData, class EData, class FData, bool readOnly>
00020 class MeshBuilderRenderingVisitor : public RenderingVisitor
00021 {
00022 public:
00024   MeshBuilderRenderingVisitor();
00026   virtual ~MeshBuilderRenderingVisitor();
00027 
00028 protected:
00029   MeshBuilderStateVariables *stateVariables;
00030 };
00031 
00032 }
00033 }
00034 
00035 #include "X3D_MeshBuilderRenderingVisitor.inl"
00036 
00037 #endif

Generated on Tue Mar 2 14:08:52 2004 for X3DToolKit by doxygen 1.3.3