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(); 00023 00025 static void enterIndexedFaceSet(IndexedFaceSet *I); 00026 }; 00027 00028 } 00029 } 00030 00031 #endif