libvrml1++/SFColor.hh

Go to the documentation of this file.
00001 
00020 #ifndef SFCOLOR_H_
00021 #define SFCOLOR_H_
00022 
00023 namespace vrml1
00024 {
00025 
00026 class SFColor
00027 {
00028 public:
00029         SFColor();
00030         virtual ~SFColor();
00031         
00032         void setColor(float c0, float c1, float c2);
00033         
00034 private:
00035         float m_c0;
00036         float m_c1;
00037         float m_c2;
00038 };
00039 
00040 }
00041 
00042 #endif /*SFCOLOR_H_*/

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