r97: Converted Scanner and Projections to C++
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 17 Jun 2000 20:12:15 +0000 (20:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 17 Jun 2000 20:12:15 +0000 (20:12 +0000)
commitf4a23943110823118f35756dd41fbd6707f04511
treeb23dc76570a83a3c389ba66e3302fadb6fdd9588
parentb5857e74e5735455b5ef11cbea5044ae7b2e8a0d
r97: Converted Scanner and Projections to C++
22 files changed:
ChangeLog
cgi-bin/ctsim.cgi.in
configure.in
html/simulate.html.in
include/Makefile.am
include/backprojectors.h
include/byteorder.h
include/ct.h
include/imagefile.h
include/ir.h
include/kmath.h
include/projections.h [new file with mode: 0644]
include/scanner.h [new file with mode: 0644]
src/Makefile.am
src/ctrec.cpp
src/if2img.cpp
src/ifinfo.cpp
src/phm2pj.cpp [new file with mode: 0644]
src/phm2rs.cpp [deleted file]
src/pj2if.cpp [new file with mode: 0644]
src/rs2if.cpp [deleted file]
src/sample-ctrec.sh.in