Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages | Examples

vetInput1394L.cpp

Go to the documentation of this file.
00001 
00017 #include "vetInput1394L.h"
00018 
00019 
00020 vetInput1394L::vetInput1394L(float fps) : vetInput(fps)
00021  {
00022         INFO("vetInput1394L::vetInput1394L(float fps) : vetInput(fps) [CONTRUCTOR]")
00023  }
00024 
00025 /*
00026 vetInput1394L::vetInput1394L() : vetInput(fps)
00027  {
00028         DEBUGMSG("vetInput1394L::vetInput1394L(PixelRGB& background, float fps) : vetInput(fps) [CONTRUCTOR]", background)
00029 
00030 
00031  }
00032 
00033 vetInput1394L::vetInput1394L() : vetInput(fps)
00034  {
00035         DEBUGMSG("vetInput1394L::vetInput1394L(PixelGrey& background, float fps) : vetInput(fps) [CONTRUCTOR]", background)
00036 
00037 
00038  }
00039 */
00040 
00041 
00042 VETRESULT vetInput1394L::extractTo(vetFrameYUV420& img)
00043  {
00044 
00045         INFO("int vetInput1394L::extractTo(vetFrameYUV420& img) [pushing data]")
00046 
00047         return VETRET_NOT_IMPLEMENTED;
00048 
00049 //      return VETRET_OK;
00050  }
00051 
00052 
00053 VETRESULT vetInput1394L::extractTo(vetFrameRGB24& img)
00054  {
00055         INFO("int vetInput1394L::extractTo(vetFrameRGB24& img) [pushing data]")
00056 
00057         return VETRET_NOT_IMPLEMENTED;
00058 
00059 //      return VETRET_OK;
00060  }
00061 
00062 VETRESULT vetInput1394L::extractTo(vetFrameT<unsigned char>& img)
00063  {
00064         INFO("int vetInput1394L::extractTo(vetFrameT& img) [pushing data]")
00065 
00066         return VETRET_NOT_IMPLEMENTED;
00067 
00068 //      return VETRET_OK;
00069  }
00070 
00071 

Generated on Tue Jan 24 11:59:04 2006 for VETLib by  doxygen 1.4.4