X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.h;h=e3eb560f7b2a28c97370f4461ad0fe09e4dea311;hb=56a484768937a8cb38203516f85106c778aaa97b;hp=3911ca6327db5dc657c5a5b7b3a4b4084d813647;hpb=d3a6bf4aa2ccd32ed7671d1d97777dfc414df51d;p=ctsim.git diff --git a/src/views.h b/src/views.h index 3911ca6..e3eb560 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.h,v 1.41 2001/01/30 05:05:41 kevin Exp $ +** $Id: views.h,v 1.44 2001/01/31 01:01:22 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,6 +36,10 @@ #include "docs.h" #include "imagefile.h" +#if wxUSE_GLCANVAS +#include "graph3dview.h" +#endif + class ImageFileCanvas; class ImageFileView : public wxView { @@ -105,7 +109,10 @@ public: void OnInverseFourier (wxCommandEvent& event); void OnShuffleNaturalToFourierOrder (wxCommandEvent& event); void OnShuffleFourierToNaturalOrder (wxCommandEvent& event); - +#if wxUSE_GLCANVAS + void OnConvert3d (wxCommandEvent& event); +#endif + #ifdef HAVE_FFT void OnFFT (wxCommandEvent& event); void OnIFFT (wxCommandEvent& event);