X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=bbd7f83d55b4b2a59ffbc351da00538fc6f86e6c;hp=486224bafc3a02b50442062a9497c0f4152fa12a;hb=5c6b29ab4885308cc3381af6e0a68f4804956d2e;hpb=f7d2b7144f32a7bd157b7689022e62944b82fcc1 diff --git a/src/ctsim.h b/src/ctsim.h index 486224b..bbd7f83 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -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.14 2000/12/29 15:45:06 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 @@ -36,7 +36,10 @@ #endif class wxMenu; -class wxDocument; +class wxDocument; +class ImageFileDocument; +#include + #include "wx/docview.h" // Define a new frame for main window @@ -106,6 +109,11 @@ public: { return m_docManager; } wxString getUntitledFilename(); + + void getCompatibleImages (const ImageFileDocument* pIFDoc, std::vector& vecIF); + + bool getSetModifyNewDocs() const + { return false; } private: wxDocManager* m_docManager; @@ -136,7 +144,16 @@ enum { IFMENU_PLOT_COL, IFMENU_VIEW_SCALE_AUTO, IFMENU_VIEW_SCALE_MINMAX, - IFMENU_COMPARE_IMAGES, + IFMENU_COMPARE_IMAGES, + IFMENU_COMPARE_ROW, + IFMENU_COMPARE_COL, + IFMENU_PROCESS_INVERTVALUES, + IFMENU_PROCESS_SQRT, + IFMENU_PROCESS_SQUARE, + IFMENU_PROCESS_LOG, + IFMENU_PROCESS_EXP, + IFMENU_PROCESS_FFT_MAGNITUDE, + IFMENU_PROCESS_FFT_PHASE, PHMMENU_PROCESS_RASTERIZE, PHMMENU_PROCESS_PROJECTIONS, PLOTMENU_VIEW_SCALE_MINMAX,