basic/geometry/IGS/IGS_Pixel.cpp

Go to the documentation of this file.
00001 #include "IGS_Pixel.h"
00002 
00003 //=============================================================================
00004 // GetPixel
00005 //
00006 // Description: gets a pixel from the image
00007 //=============================================================================
00008 IGS_PixelFloat1::IGS_PixelFloat1( float& value )
00009 {
00010         this->value = value;
00011 }

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