X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fscanner.h;h=000aba1860117dc913d71f23364deb39f23f0b58;hb=27a474e0622ebb7229fd5705552021f63d8f932d;hp=1a01c89312cc2670dc16b3c3195680d08073f314;hpb=ab4a3ba2c1ba9672136b5022897f81fc55d03493;p=ctsim.git diff --git a/include/scanner.h b/include/scanner.h index 1a01c89..000aba1 100644 --- a/include/scanner.h +++ b/include/scanner.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: scanner.h,v 1.6 2000/07/18 14:51:06 kevin Exp $ +** $Id: scanner.h,v 1.7 2000/07/20 11:17:31 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -68,12 +68,16 @@ class Scanner GEOMETRY_INVALID, GEOMETRY_PARALLEL, GEOMETRY_EQUILINEAR, - GEOMETRY_EQUIANGLE + GEOMETRY_EQUIANGULAR, } GeometryID; - static const char GEOMETRY_PARALLEL_STR[] = "parallel"; - static const char GEOMETRY_EQUILINEAR_STR[] = "equilinear"; - static const char GEOMETRY_EQUIANGLE_STR[] = "equiangle"; + static const char GEOMETRY_PARALLEL_STR[]; + static const char GEOMETRY_EQUILINEAR_STR[]; + static const char GEOMETRY_EQUIANGULAR_STR[]; + + static const char GEOMETRY_PARALLEL_TITLE_STR[]; + static const char GEOMETRY_EQUILINEAR_TITLE_STR[]; + static const char GEOMETRY_EQUIANGULAR_TITLE_STR[]; Scanner (const Phantom& phm, const char* const geometryName, int nDet, int nView, int nSample, const double rot_anglen); ~Scanner();