r120: *** empty log message ***
[ctsim.git] / include / projections.h
index a9970b33736201c8efa8e79e1768f4197fc4a684..6446f572b3c3b3d1175ee418ea46e8a11cbc3f2b 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: projections.h,v 1.4 2000/06/22 10:17:28 kevin Exp $
+**  $Id: projections.h,v 1.5 2000/06/25 17:32:24 kevin Exp $
 **
 **
 **  This program is free software; you can redistribute it and/or modify
@@ -95,6 +95,10 @@ class Projections
   void deleteProjData (void);
 
   void init (const int nView, const int nDet);
+
+  // prevent default methods
+  Projections& operator= (const Projections& rhs);   // assignment
+  Projections(const Projections& rhs);               // copy
 };