Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
floatBuffer.hpp
00001 /* $Id$ */
00002 
00003 #ifndef FLOAT_BUFFER_HPP
00004 #define FLOAT_BUFFER_HPP
00005 
00006 
00007 namespace jafar {
00009   namespace stereo {
00010 
00011     class FloatBuffer
00012     {
00013     public:
00014       FloatBuffer();
00015       ~FloatBuffer();
00016       
00017       void clean();
00018       void initialize(int nSize, float* pData);
00019       
00020       void minMax();
00021       void saveBufferToFile(char* fileName);
00022       void readBufferFromFile(char* fileName);
00023       
00024       int m_nSize;
00025       float* m_pData;
00026     };
00027     
00028 
00029     
00030   }// namespace stereo
00031 }// namespace jafar
00032 
00033 
00034 #endif // FLOAT_BUFFER_HPP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:28 for Jafar by doxygen 1.7.6.1
LAAS-CNRS