X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=8a9036b5c035d01f4bf66829b6a996cf37b626ae;hp=a2b0b7fd87e2b4782db99d9e13bd157dd68c28af;hb=ba8635d790ee847d9746c6da24b60bd4cb6d9116;hpb=d3a6bf4aa2ccd32ed7671d1d97777dfc414df51d diff --git a/src/ctsim.h b/src/ctsim.h index a2b0b7f..8a9036b 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.36 2001/01/30 05:05:41 kevin Exp $ +** $Id: ctsim.h,v 1.37 2001/01/30 07:32: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 @@ -184,6 +184,7 @@ private: wxDocTemplate* m_pDocTemplPhantom; wxDocTemplate* m_pDocTemplPlot; wxDocTemplate* m_pDocTemplText; + wxDocTemplate* m_pDocTemplGraph3d; TextFileDocument* m_pLogDoc; void usage (const char* program); @@ -217,6 +218,7 @@ public: wxDocTemplate* getDocTemplPhantom() { return m_pDocTemplPhantom; } wxDocTemplate* getDocTemplPlot() { return m_pDocTemplPlot; } wxDocTemplate* getDocTemplText() { return m_pDocTemplText; } + wxDocTemplate* getDocTemplGraph3d() { return m_pDocTemplGraph3d; } TextFileDocument* getLogDoc() { return m_pLogDoc; } ProjectionFileDocument* newProjectionDoc();