r326: FFTW additions, filter image generation
[ctsim.git] / src / views.h
index 3512fac1d77c1dbca1c37c795f30ffd8b28a7e6a..8d46ae39b9e58ced96fcccd8c3953d58507e6c64 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: views.h,v 1.19 2000/12/29 20:18:59 kevin Exp $
+**  $Id: views.h,v 1.20 2001/01/01 10:14:34 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
@@ -73,6 +73,10 @@ public:
     void OnExp (wxCommandEvent& event);\r
     void OnFourier (wxCommandEvent& event);\r
     void OnInverseFourier (wxCommandEvent& event);\r
+#ifdef HAVE_FFTW\r
+    void OnFFT (wxCommandEvent& event);\r
+    void OnIFFT (wxCommandEvent& event);\r
+#endif\r
     void OnMagnitude (wxCommandEvent& event);\r
     void OnPhase (wxCommandEvent& event);\r
     void OnScaleAuto (wxCommandEvent& event);