libvrml1++/USE.hh

Go to the documentation of this file.
00001 
00020 #ifndef USE_H_
00021 #define USE_H_
00022 
00023 #include <string>
00024 #include "Node.hh"
00025 
00026 using namespace std;
00027 
00028 namespace vrml1
00029 {
00030 
00031 class USE : public Node
00032 {
00033 public:
00034         USE();
00035         virtual ~USE();
00036         
00037         void setId(string Id);
00038         string Id() const;
00039         
00040 private:
00041 
00042         string m_Id;
00043 };
00044 
00045 }
00046 
00047 #endif /*USE_H_*/

Generated on Mon Jul 21 23:57:09 2008 for libvrml1++ by  doxygen 1.5.4