X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Fphantom.cpp;h=8d4ea38475d0936bd8301d30a1497a60f666f6c5;hb=27a474e0622ebb7229fd5705552021f63d8f932d;hp=d07b6a32eae0035242d8c467b5838a55e066655f;hpb=4b18b0a7fed4e25130c6edf7929d0df50b8c24ea;p=ctsim.git diff --git a/libctsim/phantom.cpp b/libctsim/phantom.cpp index d07b6a3..8d4ea38 100644 --- a/libctsim/phantom.cpp +++ b/libctsim/phantom.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phantom.cpp,v 1.8 2000/07/18 03:14:35 kevin Exp $ +** $Id: phantom.cpp,v 1.9 2000/07/20 11:17:31 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 @@ -28,6 +28,20 @@ #include "ct.h" +const char Phantom::PHM_HERMAN_STR[]= "herman"; +const char Phantom::PHM_BHERMAN_STR[]= "bherman"; +const char Phantom::PHM_ROWLAND_STR[]= "rowland"; +const char Phantom::PHM_BROWLAND_STR[]= "browland"; +const char Phantom::PHM_UNITPULSE_STR[]= "unitpulse"; + +const char Phantom::PHM_HERMAN_TITLE_STR[]= "Herman Head"; +const char Phantom::PHM_BHERMAN_TITLE_STR[]= "Herman Head Bordered"; +const char Phantom::PHM_ROWLAND_TITLE_STR[]= "Rowland Head"; +const char Phantom::PHM_BROWLAND_TITLE_STR[]= "Rowland Head Bordered"; +const char Phantom::PHM_UNITPULSE_TITLE_STR[]= "Unit Pulse"; + + + // CLASS IDENTIFICATION // Phanton //