X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=b944560cf7aee791c892a2f869f683ddcd58096d;hp=dddf2105547c339dab97cf758d431ba826b3f128;hb=67a6c34b5a6f38d34e8cbe66091853f453fd2d7a;hpb=c551b53b39a7571cf52831f5e117be1cca95c420 diff --git a/src/ctsim.h b/src/ctsim.h index dddf210..b944560 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.12 2000/12/22 04:18:00 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 @@ -111,6 +111,9 @@ public: wxString getUntitledFilename(); void getCompatibleImages (const ImageFileDocument* pIFDoc, std::vector& vecIF); + + bool getSetModifyNewDocs() const + { return false; } private: wxDocManager* m_docManager; @@ -144,6 +147,15 @@ enum { 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_FOURIER, + IFMENU_PROCESS_INVERSE_FOURIER, + IFMENU_PROCESS_MAGNITUDE, + IFMENU_PROCESS_PHASE, PHMMENU_PROCESS_RASTERIZE, PHMMENU_PROCESS_PROJECTIONS, PLOTMENU_VIEW_SCALE_MINMAX,