basic/geometry/IGS/IGS_Pixel.h

Go to the documentation of this file.
00001 #ifndef _IGS_PIXEL_H_
00002 #define _IGS_PIXEL_H_
00003 
00004 class IGS_Pixel
00005 {
00006 };
00007 
00008 class IGS_PixelFloat1
00009 {
00010 public:
00011         IGS_PixelFloat1( float& value );
00012 
00013 protected:
00014         float value;
00015 };
00016 
00017 #endif 

Generated on Sat Apr 1 21:30:32 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO