X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=06d4cc34447ff5400761c456fd4525ae5e9a60d6;hp=ef100ad474a3ba13b1fdc8404b5ed2f90fa21389;hb=d16eb37cbc73f67fc29a60645e0b1ac7fe32767e;hpb=08c1ec110dc7936c2bbd1c619bd2cf3618c6b4cc diff --git a/src/ctsim.h b/src/ctsim.h index ef100ad..06d4cc3 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.58 2001/03/11 17:55:29 kevin Exp $ +** $Id: ctsim.h,v 1.60 2001/03/18 18:08:26 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 @@ -306,11 +306,14 @@ enum { PJMENU_FILE_PROPERTIES, PJMENU_RECONSTRUCT_FBP, + PJMENU_RECONSTRUCT_FBP_REBIN, PJMENU_RECONSTRUCT_FOURIER, + PJMENU_CONVERT_RECTANGULAR, PJMENU_CONVERT_POLAR, PJMENU_CONVERT_FFT_POLAR, PJMENU_CONVERT_PARALLEL, PJMENU_PLOT_TTHETA_SAMPLING, + PJMENU_PLOT_HISTOGRAM, PJMENU_ARTIFACT_REDUCTION, IFMENU_FILE_EXPORT,