X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fprojections.h;h=6446f572b3c3b3d1175ee418ea46e8a11cbc3f2b;hb=2f3d6e2580db607105bb072b13e4aff453ae4495;hp=a9970b33736201c8efa8e79e1768f4197fc4a684;hpb=2d39e823ba389fc68e5317c422b55be006094252;p=ctsim.git diff --git a/include/projections.h b/include/projections.h index a9970b3..6446f57 100644 --- a/include/projections.h +++ b/include/projections.h @@ -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 };