"Fossies" - the Fresh Open Source Software Archive

Member "g3data-1.5.4/g3data/points.h" (8 Jan 2011, 1062 Bytes) of package /linux/privat/old/g3data-1.5.4.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /*
    2 g3data : A program for grabbing data from scanned graphs
    3 Copyright (C) 2011 Paul Novak
    4 
    5     This file is part of g3data.
    6 
    7     g3data is free software; you can redistribute it and/or modify
    8     it under the terms of the GNU General Public License as published by
    9     the Free Software Foundation; either version 2 of the License, or
   10     (at your option) any later version.
   11 
   12     g3data is distributed in the hope that it will be useful,
   13     but WITHOUT ANY WARRANTY; without even the implied warranty of
   14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   15     GNU General Public License for more details.
   16 
   17     You should have received a copy of the GNU General Public License
   18     along with this program; if not, write to the Free Software
   19     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   20 
   21 Authors email : pnovak@alumni.caltech.edu
   22 */
   23 
   24 void SetNumPointsEntry(GtkWidget *np_entry, gint np);
   25 struct PointValue CalcPointValue(gint Xpos, gint Ypos, gint TabNum);
   26 void print_results(GtkWidget *widget, gpointer func_data);