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

X3D_FileValidator.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_FILEVALIDATOR_H
00002 #define X3DTK_X3D_FILEVALIDATOR_H
00003 
00004 #include "X3D_X3DFileValidator.h"
00005 #include "X3D_FileValidatorStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00017 class FileValidator : public X3DFileValidator
00018 {
00019 public:
00021   FileValidator();
00023   virtual ~FileValidator();
00024   
00026   virtual bool validate(SFNode N) const;
00027  
00028 protected:
00029   FileValidatorStateVariables *stateVariables;
00030 };
00031 
00032 }
00033 }
00034 
00035 #endif

Generated on Thu Jun 3 10:12:10 2004 for X3DToolKit by doxygen 1.3.6