r166: *** empty log message ***
[ctsim.git] / include / phantom.h
index 416b83301799c8078375a8ee31763fb51b1a43e0..a4f29f22a787172367346af4cd8d7e7abb29bec0 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phantom.h,v 1.10 2000/07/22 15:45:33 kevin Exp $
+**  $Id: phantom.h,v 1.12 2000/07/31 14:48:35 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
@@ -30,8 +30,6 @@
 
 #include <slist>
 #include "ctsupport.h"
-#include "backprojectors.h"
-class ImageFile;
 
 using namespace std;
 
@@ -129,6 +127,8 @@ typedef enum {
 // Phantom Class Declaration
 //////////////////////////////////////////////////////
 
+class SGP;
+class ImageFile;
 class Phantom
 {
  public:
@@ -171,7 +171,8 @@ class Phantom
 
 #if HAVE_SGP
     void show () const;
-    void draw () const;
+    void show (SGP& sgp) const;
+    void draw (SGP& sgp) const;
 #endif
     
     void addStdHerman ();