X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.h;h=1946806bb878dc9fa22972dea056f6df582405f8;hb=758774f7a87d488faa7412a04d07e4cce140b66c;hp=9b5d44fccd18a08a296974db843840192f92315d;hpb=0730f9f3adbf326b9d4bac754634399ad688efd1;p=ctsim.git diff --git a/src/views.h b/src/views.h index 9b5d44f..1946806 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.h,v 1.46 2001/02/22 11:05:38 kevin Exp $ +** $Id: views.h,v 1.49 2001/03/11 06:34:37 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 @@ -240,7 +240,10 @@ public: void OnReconstructFourier (wxCommandEvent& event); void OnConvertPolar (wxCommandEvent& event); void OnConvertFFTPolar (wxCommandEvent& event); - + void OnPlotTThetaSampling (wxCommandEvent& event); + void OnConvertParallel (wxCommandEvent& event); + void OnArtifactReduction (wxCommandEvent& event); + #if CTSIM_MDI wxDocMDIChildFrame* getFrame() { return m_pFrame; } #else @@ -297,6 +300,7 @@ private: int m_iDefaultTrace; double m_dDefaultRotation; double m_dDefaultFocalLength; + double m_dDefaultCenterDetectorLength; double m_dDefaultViewRatio; double m_dDefaultScanRatio;