X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;h=3f902cf27b81bb739e7cd1758022bd930b461f60;hp=69c2a1424ee4f3dfe4b67481fc3ed3fecbeddae5;hb=d16eb37cbc73f67fc29a60645e0b1ac7fe32767e;hpb=4433641931aa27fd6a2b5ecd0102e6c5bbbccc46 diff --git a/src/views.h b/src/views.h index 69c2a14..3f902cf 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.51 2001/03/13 08:24:41 kevin Exp $ +** $Id: views.h,v 1.52 2001/03/18 18:08:26 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 @@ -243,9 +243,11 @@ public: void OnReconstructFBP (wxCommandEvent& event); void OnReconstructFBPRebin (wxCommandEvent& event); void OnReconstructFourier (wxCommandEvent& event); + void OnConvertRectangular (wxCommandEvent& event); void OnConvertPolar (wxCommandEvent& event); void OnConvertFFTPolar (wxCommandEvent& event); void OnPlotTThetaSampling (wxCommandEvent& event); + void OnPlotHistogram (wxCommandEvent& event); void OnConvertParallel (wxCommandEvent& event); void OnArtifactReduction (wxCommandEvent& event);