Home
Name Modified Size InfoDownloads / Week
fltk_contour-5.3.3.tar.gz 2013-05-30 74.4 kB
fltk_contour-5.3.2.tar.gz 2011-11-30 137.3 kB
fltk_contour-5.3.1.tar.gz 2011-11-27 137.3 kB
README 2011-11-26 1.9 kB
fltk_contour-5.3.tar.gz 2011-11-26 135.4 kB
Totals: 5 Items   486.4 kB 0
// ========================================================================
// fl_contour    5.3.1
//
// Copyrigth 2002 by Edmanuel Torres (eetorres@gmail.com)
//
// This widget is  free  software;  you  can  redistribute  it and/or
// modify it  under  the  terms  of  the   GNU Library General Public
// License  as  published  by  the  Free  Software Foundation; either
// version 2 of the License,  or  (at your option)  any later version
// or much better FLTK license, wich allow you static linking.
//
// This  library  is  distributed  in the hope that it will be useful,
// but  WITHOUT ANY WARRANTY;  without  even  the  implied warranty of
// MERCHANTABILITY  or FITNESS FOR A PARTICULAR PURPOSE.   See the GNU
// Library General Public License for more details.
//
// You should have  received a copy  of the GNU Library General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
// Sent me suggestion, modification or bugs. Don't hesitate to contact
// me for any question, I will be very grateful with your feedbacks.
// Get the last version at http://eetorres.googlepages.com/fltk_en
//
//========================================================================
//                             Instructions
//
// Read the makeinclude file first...
//
// Copy the compress to ~/usr/src o wherever...
// type: $ tar -xvzf fltk_contour_x.x.tar.gz
// type: $ cd fltk_countour
// type: $ make
//
// you will find a test program in the bin subdirectory
// to run it just type ./contour in the comand line and <enter>
//
// Enjoy it...
//                                           Edmanuel Torres
//                                          eetorres@gmail.com
// ========================================================================
// NOTE: The input data are in a XYZ plain text format.
Source: README, updated 2011-11-26