From 8e68a209fd09c57b33c95cb402d2da728c42505e Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 30 Apr 2005 19:18:43 +0000 Subject: first try with guesing first try with guesing --- src/Panorama.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Panorama.H') diff --git a/src/Panorama.H b/src/Panorama.H index e5ff60f..6d60ad1 100644 --- a/src/Panorama.H +++ b/src/Panorama.H @@ -1,5 +1,5 @@ // -// "$Id: Panorama.H,v 1.9 2005/04/30 09:42:47 hofmann Exp $" +// "$Id: Panorama.H,v 1.10 2005/04/30 21:18:43 hofmann Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -61,6 +61,8 @@ class Panorama { int optimize(); + double get_value(Mountain *p); + public: Panorama(); @@ -85,5 +87,7 @@ class Panorama { void set_scale(double s); int comp_params(); + + int guess(Mountain *p1); }; #endif -- cgit v1.2.3