X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=2577849c4eecd6c78299466f6d5f2b900dd15c3e;hp=8a9036b5c035d01f4bf66829b6a996cf37b626ae;hb=31a835d9aebd8acb367a033cc92efb4c944a7b4d;hpb=ba8635d790ee847d9746c6da24b60bd4cb6d9116 diff --git a/src/ctsim.h b/src/ctsim.h index 8a9036b..2577849 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.37 2001/01/30 07:32:13 kevin Exp $ +** $Id: ctsim.h,v 1.38 2001/01/30 10:58:13 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 @@ -59,6 +59,7 @@ class ProjectionFileDocument; class PhantomFileDocument; class PlotFileDocument; class TextFileDocument; +class Graph3dFileDocument; #include #include "wx/docview.h" @@ -226,7 +227,7 @@ public: PhantomFileDocument* newPhantomDoc(); PlotFileDocument* newPlotDoc(); TextFileDocument* newTextDoc(); - + Graph3dFileDocument* newGraph3dDoc(); }; DECLARE_APP(CTSimApp) @@ -271,6 +272,7 @@ enum { IFMENU_IMAGE_SUBTRACT, IFMENU_IMAGE_MULTIPLY, IFMENU_IMAGE_DIVIDE, + IFMENU_IMAGE_CONVERT3D, IFMENU_FILTER_INVERTVALUES, IFMENU_FILTER_SQRT,