X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fir.h;h=652e5cb5b746fb79eb7694499cf0379663c44f6c;hp=cf8b6a09ff80573e945533e2101b6d7c1bf0b597;hb=6404682526633f7f2b9a2f94071d802b7b50dd07;hpb=301180c6c8edb98580ee6657e87f5a21342b5d96 diff --git a/include/ir.h b/include/ir.h index cf8b6a0..652e5cb 100644 --- a/include/ir.h +++ b/include/ir.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ir.h,v 1.16 2000/05/24 22:48:17 kevin Exp $ +** $Id: ir.h,v 1.17 2000/06/03 06:29:08 kevin Exp $ ** $Log: ir.h,v $ +** Revision 1.17 2000/06/03 06:29:08 kevin +** *** empty log message *** +** ** Revision 1.16 2000/05/24 22:48:17 kevin ** First functional version of SDF library for X-window ** @@ -364,7 +367,7 @@ const static int RAYSUM_TRACE_ROW_ATTEN=18; void usage (const char *program); /* From reconstr.c */ -IMAGE *image_reconst (IMAGE *im, RAYSUM *rs, int filt_type, double filt_param, const InterpolationType interp_type, int interp_param, const BackprojType backproj_type, int const ir_trace); +IMAGE *image_reconst (IMAGE *im, RAYSUM *rs, const FilterType filt_type, double filt_param, InterpolationType interp_type, int interp_param, const BackprojType backproj_type, int const ir_trace); /* From bproj.c */ void backproj_init (const RAYSUM *rs, IMAGE *im, const BackprojType bproj_method);