X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fphantom.h;h=56a8007f72a87c2a02dabb0936087cd7b86a58ee;hb=bfcc769cf8019eabc8c65c07257c8dbee4b4c977;hp=ae6a2350d845ded0409afc111ae36ab8f6009fc4;hpb=711cae0ee02e046370fdb4d6c6f440596ff71980;p=ctsim.git diff --git a/include/phantom.h b/include/phantom.h index ae6a235..56a8007 100644 --- a/include/phantom.h +++ b/include/phantom.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phantom.h,v 1.11 2000/07/28 08:28:08 kevin Exp $ +** $Id: phantom.h,v 1.13 2000/08/25 15:59:13 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 @@ -134,9 +134,9 @@ class Phantom public: static const int PHM_INVALID; static const int PHM_HERMAN; - static const int PHM_BHERMAN; - static const int PHM_ROWLAND; - static const int PHM_BROWLAND; + 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 (); @@ -171,13 +171,14 @@ class Phantom #if HAVE_SGP void show () const; + void show (SGP& sgp) const; void draw (SGP& sgp) const; #endif void addStdHerman (); void addStdHermanBordered (); - void addStdRowland (); - void addStdRowlandBordered (); + void addStdSheppLogan (); + void addStdSheppLoganBordered (); void print () const;