X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdialogs.h;h=7271339bd9a8c789e254157e8e22b38ffef5d948;hp=77b7cbf8e4cb6722b21b67b7c46cd2e773f81150;hb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;hpb=6bfb747f8163381d94a02c03a0351e9ca6815d22 diff --git a/src/dialogs.h b/src/dialogs.h index 77b7cbf..7271339 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dialogs.h,v 1.11 2000/08/27 20:32:55 kevin Exp $ +** $Id: dialogs.h,v 1.12 2000/08/31 08:38:58 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -185,10 +185,11 @@ class DialogGetReconstructionParameters : public wxDialog class DialogAutoScaleParameters : public wxDialog { public: - DialogAutoScaleParameters (wxFrame* pParent, const ImageFile& rImageFile); + DialogAutoScaleParameters (wxFrame* pParent, const ImageFile& rImageFile, double dDefaultScaleFactor = 1.); virtual ~DialogAutoScaleParameters() {} void getMinMax (double* pMin, double* pMax); + double getAutoScaleFactor (); private: const ImageFile& m_rImageFile;