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

X3D_FileValidatorStateVariables.h

Go to the documentation of this file.
00001 
00002 //                            X3D_FileValidatorStateVariables.h               //
00004 
00005 #ifndef FILEVALIDATORGLOBALVARIABLES_H
00006 #define FILEVALIDATORGLOBALVARIABLES_H
00007 
00008 #include "StateVariables.h"
00009 
00010 #include <list>
00011 
00012 namespace X3DTK {
00013 namespace X3D {
00014 
00016 
00017 class FileValidatorStateVariables : public StateVariables
00018 {
00019 public:
00021   FileValidatorStateVariables();
00023   virtual ~FileValidatorStateVariables();
00024   
00026   void setValidity(bool value);
00027   
00028   inline bool getValidity() const {return _validity;};
00029   
00030 private:
00031   bool _validity;
00032 };
00033 
00034 }
00035 }
00036 
00037 #endif

Generated on Thu Dec 4 13:25:48 2003 for X3DToolKit by doxygen1.2.18