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_ConvexHull.h00001 /* 00002 * gmlTcl_ConvexHull.h -- 00003 * 00004 * Wrapping of gml_TConvexHull into a Tcl interpreter. 00005 * 00006 * Copyright (c) 2003-2004 CLIPS-IMAG 00007 * 00008 * See the file "gml_LicenseTerms.txt" for information on usage and redistribution 00009 * of this file, and for a DISCLAIMER OF ALL WARRANTIES. 00010 * 00011 * Created in March 2004 (JL). 00012 */ 00013 #ifndef __GMLTCL_CONVEXHULL__ 00014 #define __GMLTCL_CONVEXHULL__ 00015 00016 #include "tcl.h" 00017 00018 #include "gml/tcl/wrapper/wrapper/gmlTcl_Wrapper.h" 00019 00020 #if defined(__cplusplus) 00021 extern "C" { 00022 #endif 00023 00024 /* 00025 * gmlTcl_ConvexHullInit -- 00026 * 00027 * Registers the <gmlConvexHull> command into the interpreter. 00028 */ 00029 int gmlTcl_ConvexHullInit (Tcl_Interp * interp); 00030 00031 /* 00032 * gmlTcl_ConvexHullExit -- 00033 * 00034 * De-registers the <gmlConvexHull> command from the interpreter. 00035 */ 00036 void gmlTcl_ConvexHullExit (Tcl_Interp * interp); 00037 00038 #if defined(__cplusplus) 00039 } 00040 #endif 00041 #endif /* __GMLTCL_CONVEXHULL__ */ 00042
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 |