![]() Home Page Toolkit Overview Using GML User Input Services Finger Tracker Calibrator Frame Grabber Service protocol Obtaining GML Installing GML Licence Developer Documentation Tcl/Tk API The GML Canvas Image processing Tcl Scripts Library List of Classes List of Files C/C++ API List of Classes List of Files |
gmlTcl_BitmapEncoding.h00001 // gmlTcl_BitmapEncoding.h -- 00002 // 00003 // String to gml_TPixelEncoding and gml_TPixelEncoding to string conversions. 00004 // 00005 // Copyright (c) 2003 CLIPS-IMAG 00006 // 00007 // See the file "gml_LicenseTerms.txt" for information on usage and redistribution 00008 // of this file, and for a DISCLAIMER OF ALL WARRANTIES. 00009 // 00010 // Created on May 20, 2003 (FB). 00011 00012 #ifndef __GMLTCL_BITMAPENCODING__ 00013 #define __GMLTCL_BITMAPENCODING__ 00014 00015 00016 00017 // gmlTcl_GetPixelEncodingFromObj -- 00018 extern "C" 00019 int gmlTcl_GetPixelEncodingFromObj (Tcl_Interp* interp, 00020 Tcl_Obj* objPtr, 00021 gml_TPixelEncoding* encodingPtr); 00022 00023 00024 00025 // gmlTcl_NewPixelEncodingObj -- 00026 extern "C" 00027 Tcl_Obj* gmlTcl_NewPixelEncodingObj (gml_TPixelEncoding encoding); 00028 00029 00030 00031 // gmlTcl_gWrapParsePixelEncoding -- 00032 // gmlTcl_gWrapParsePixelEncodingList -- 00033 // 00034 // Parser functions for gmlTcl_WrapperParser. 00035 00036 extern gmlTcl_TWrapParseProc* gmlTcl_gWrapParsePixelEncoding; 00037 extern gmlTcl_TWrapParseProc* gmlTcl_gWrapParsePixelEncodingList; 00038 00039 00040 00041 #endif
Generated on Tue Jun 12 14:03:27 2007 for gml by
Doxygen 1.5.2.
|
Contact: julien (dot) letessier (at) gmail (dot) com.
Copyright (c) 2000-2007 CLIPS-IMAG Laboratory, Grenoble, France. All rights reserved. W3CXHTML 1.0 W3CCSS 2.0 |