r635: no message
[ctsim.git] / src / dialogs.h
index ca82fc1d84b159503a46d123646514373015d69d..30eec421f1867254b49a576b9d5483f035dc221c 100644 (file)
@@ -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.35 2001/03/13 04:44:25 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
@@ -89,6 +89,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 <vector>
 class ImageFileDocument;