X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdialogs.h;h=9faf10f932a1fbcf82682b12f3fc6be178c8dc4f;hp=ca82fc1d84b159503a46d123646514373015d69d;hb=5a6caa64e880f613b82e516031028d02fd127257;hpb=de411914da8b157958e9caae917bf1edeafbb713 diff --git a/src/dialogs.h b/src/dialogs.h index ca82fc1..9faf10f 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dialogs.h,v 1.34 2001/03/11 15:27:30 kevin Exp $ +** $Id: dialogs.h,v 1.36 2001/03/30 19:17:32 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 @@ -37,6 +37,7 @@ #include "procsignal.h" #include "filter.h" #include "projections.h" +#include "ctsim-map.h" class CTSimHelpButton : public wxButton @@ -89,6 +90,18 @@ class DialogGetPhantom : public wxDialog StringValueAndTitleRadioBox* m_pRadioBoxPhantom; }; +class DialogGetThetaRange : public wxDialog +{ + public: + DialogGetThetaRange (wxWindow* pParent, int iDefaultThetaRange = ParallelRaysums::THETA_RANGE_UNCONSTRAINED); + virtual ~DialogGetThetaRange () {} + + int getThetaRange (); + + private: + wxRadioBox* m_pRadioBoxThetaRange; +}; + #include class ImageFileDocument; @@ -377,7 +390,7 @@ class DialogGetConvertPolarParameters : public wxDialog public: DialogGetConvertPolarParameters (wxWindow* pParent, const char* const pszTitle, int iDefaultXSize = 0, int iDefaultYSize = 0, int iDefaultInterpolationID = Projections::POLAR_INTERP_BILINEAR, - int iDefaultZeropad = 1); + int iDefaultZeropad = 1, int iHelpID = IDH_DLG_POLAR); virtual ~DialogGetConvertPolarParameters (); unsigned int getXSize();