gmlTcl_Histogram.h

00001 /*
00002  * gmlTcl_Histogram.h --
00003  *
00004  *    Wrapping of gml_THistogram 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 on October, 2003 (JL).
00012  */
00013 #ifndef __GMLTCLHISTOGRAM__
00014 #define __GMLTCLHISTOGRAM__
00015 
00016 #include "tcl.h"
00017 #include "tk.h"
00018 
00019 #include "gml/tcl/wrapper/wrapper/gmlTcl_Wrapper.h"
00020 
00021   #if defined(__cplusplus)
00022   extern "C" {
00023   #endif
00024 
00025 
00026 extern char gmlTcl_gHistogramClassName[];
00027 extern gmlTcl_TWrapClass gmlTcl_gHistogramClassToken;
00028 
00029 /*
00030  * gmlTcl_HistogramInit --
00031  *
00032  *  Registers the "gmlHistogram" class into the interpreter.
00033  */
00034 int gmlTcl_HistogramInit (Tcl_Interp * interp);
00035 
00036 /*
00037  * gmlTcl_HistogramExit --
00038  *
00039  *  De-registers the gml_THistogram class and all its objects from the interpreter.
00040  */
00041 void gmlTcl_HistogramExit (Tcl_Interp * interp);
00042 
00043 /*
00044  * gmlTcl_gWrapParseHistogram --
00045  *
00046  *  Parser functions for gmlTcl_WrapperParser.
00047  */
00048 extern gmlTcl_TWrapParseProc *gmlTcl_gWrapParseHistogram;
00049 
00050   #if defined(__cplusplus)
00051   }
00052   #endif
00053 #endif /* __GMLTCLHISTOGRAM__ */
00054 
Generated on Tue Jun 12 14:03:27 2007 for gml by Doxygen 1.5.2.