r319: add complex-valued imagefile support
[ctsim.git] / src / ctsim.h
index 486224bafc3a02b50442062a9497c0f4152fa12a..b944560cf7aee791c892a2f869f683ddcd58096d 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.h,v 1.11 2000/12/21 03:40:58 kevin Exp $
+**  $Id: ctsim.h,v 1.15 2000/12/29 19:30:08 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
 #endif
 
 class wxMenu;
-class wxDocument;
+class wxDocument;\r
+class ImageFileDocument;\r
+#include <vector>\r
+
 #include "wx/docview.h"\r
 
 // Define a new frame for main window
@@ -106,6 +109,11 @@ public:
        { return m_docManager; }
 
     wxString getUntitledFilename();
+\r
+    void getCompatibleImages (const ImageFileDocument* pIFDoc, std::vector<ImageFileDocument*>& vecIF);\r
+\r
+    bool getSetModifyNewDocs() const\r
+    { return false; }\r
 
 private:
     wxDocManager* m_docManager;
@@ -136,7 +144,18 @@ enum {
        IFMENU_PLOT_COL,
     IFMENU_VIEW_SCALE_AUTO,
     IFMENU_VIEW_SCALE_MINMAX,\r
-       IFMENU_COMPARE_IMAGES,
+       IFMENU_COMPARE_IMAGES,\r
+       IFMENU_COMPARE_ROW,\r
+       IFMENU_COMPARE_COL,\r
+  IFMENU_PROCESS_INVERTVALUES,\r
+  IFMENU_PROCESS_SQRT,\r
+  IFMENU_PROCESS_SQUARE,\r
+  IFMENU_PROCESS_LOG,\r
+  IFMENU_PROCESS_EXP,\r
+  IFMENU_PROCESS_FOURIER,\r
+  IFMENU_PROCESS_INVERSE_FOURIER,\r
+  IFMENU_PROCESS_MAGNITUDE,\r
+  IFMENU_PROCESS_PHASE,\r
     PHMMENU_PROCESS_RASTERIZE,
     PHMMENU_PROCESS_PROJECTIONS,\r
        PLOTMENU_VIEW_SCALE_MINMAX,\r