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

JPGImageType.h

Go to the documentation of this file.
00001 
00002 //                            JPGImageType.h                                  //
00004 
00005 #ifndef JPGIMAGETYPE_H
00006 #define JPGIMAGETYPE_H
00007 
00008 #include "X3DImageType.h"
00009 
00010 namespace X3DTK {
00011 
00012 class JPGImageType : public X3DImageType
00013 {
00014 public:
00015   JPGImageType();
00016   bool load(const char *fileName);  
00017 };
00018   
00019 }
00020 
00021 #endif

Generated on Thu Oct 9 13:50:54 2003 for X3DToolKit by doxygen1.2.18