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);
00028   void addNode();
00029   
00031   inline bool getValidity() const {return _validity;};
00033   inline int getNode() const {return _node;};
00034   
00035 private:
00036   bool _validity;
00037   int _node;
00038 };
00039 
00040 }
00041 }
00042 
00043 #endif

Generated on Mon Jan 19 10:32:06 2004 for X3DToolKit by doxygen1.2.18