r156: *** empty log message ***
[ctsim.git] / libctsim / phantom.cpp
index d07b6a32eae0035242d8c467b5838a55e066655f..8d4ea38475d0936bd8301d30a1497a60f666f6c5 100644 (file)
@@ -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
 #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
 //