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

X3D_FileValidatorGeometry3DVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_FILEVALIDATORGEOMETRY3DVISITOR_H
00002 #define X3DTK_X3D_FILEVALIDATORGEOMETRY3DVISITOR_H
00003 
00004 #include "X3D_Geometry3DVisitor.h"
00005 #include "X3D_FileValidatorStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class IndexedFaceSet;
00011 
00018 class FileValidatorGeometry3DVisitor : public Geometry3DVisitor
00019 {
00020 public:
00022   FileValidatorGeometry3DVisitor();
00024   virtual ~FileValidatorGeometry3DVisitor();
00025 
00027   virtual void enterIndexedFaceSet(IndexedFaceSet *I) const;
00028 
00029 protected:
00030   FileValidatorStateVariables *stateVariables;
00031 };
00032 
00033 }
00034 }
00035 
00036 #endif

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