summaryrefslogtreecommitdiff
path: root/src/Projection.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-09 22:20:43 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-09 22:20:43 +0200
commitb045aa1c430b86cb523b7e619d23ddc96aea521a (patch)
tree69bb5b4ee5bd157058dcfe112fe7d738fbfa2725 /src/Projection.H
parentbf4427b9a9c912e94287a4bf9828fdd76b8a40de (diff)
parentfeae8373e6fbdafe5368410ba0ac51059f7155f7 (diff)
merge in stitching code
Diffstat (limited to 'src/Projection.H')
-rw-r--r--src/Projection.H7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Projection.H b/src/Projection.H
index b81e531..0a6ec81 100644
--- a/src/Projection.H
+++ b/src/Projection.H
@@ -1,7 +1,5 @@
//
-// "$Id: Panorama.H,v 1.20 2005/06/22 19:47:20 hofmann Exp $"
-//
-// Copyright 2005 by Johannes Hofmann
+// Copyright 2006 by Johannes Hofmann
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,7 +35,8 @@ class Projection {
Projection();
- virtual void set_coordinates(Hill *m, const ViewParams *parms);
+ virtual void get_coordinates(double a_view, double a_nick,
+ const ViewParams *parms, double *x, double *y);
virtual int comp_params(const Hill *m1, const Hill *m2, ViewParams *parms);
};