r473: no message
[ctsim.git] / src / ctsim.h
index 8a9036b5c035d01f4bf66829b6a996cf37b626ae..2577849c4eecd6c78299466f6d5f2b900dd15c3e 100644 (file)
@@ -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 <vector>
 #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,