X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fphantom.h;h=5aa840ebba25d98dae6d8b9bd040b2102a461dd6;hp=5769b258610f162d2e0b49545cb943551be135a2;hb=2efdad35a3d335dfa84a8576f41588dbd7dd8958;hpb=2e09cc8b6f6ac842d06b45cae6a9205a33eece53 diff --git a/include/phantom.h b/include/phantom.h index 5769b25..5aa840e 100644 --- a/include/phantom.h +++ b/include/phantom.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: phantom.h,v 1.22 2001/02/08 06:25:07 kevin Exp $ +** $Id: phantom.h,v 1.23 2001/02/09 14:34:16 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 @@ -136,9 +136,7 @@ class Phantom public: static const int PHM_INVALID; static const int PHM_HERMAN; - static const int PHM_B_HERMAN; static const int PHM_SHEPP_LOGAN; - static const int PHM_B_SHEPP_LOGAN; static const int PHM_UNITPULSE; Phantom (); @@ -183,9 +181,7 @@ class Phantom #endif void addStdHerman (); - void addStdHermanBordered (); void addStdSheppLogan (); - void addStdSheppLoganBordered (); void print (std::ostream& os) const; void print (std::ostringstream& os) const;