X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fphantom.h;h=9eb0bf37eb32cf4aeb2fcd8e40e8fafa0400c220;hp=ca13f36f99f39a6bdca83d06d83d3fcb6e70bfa5;hb=8a7697ce57b56cdc43698cd1241ad98d49f9b5ac;hpb=40ef0ef58e4d5617d7ddb7b1d145e8981b61215f diff --git a/include/phantom.h b/include/phantom.h index ca13f36..9eb0bf3 100644 --- a/include/phantom.h +++ b/include/phantom.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: phantom.h,v 1.26 2003/03/15 14:52:36 kevin Exp $ +** $Id$ ** ** 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 @@ -79,6 +79,8 @@ class PhantomElement const double u() const {return m_u;} const double v() const {return m_v;} + static PhmElemType convertNameToType (const char* const typeName); + void printDefinition (std::ostream& os) const; void printDefinition (std::ostringstream& os) const; @@ -101,7 +103,6 @@ class PhantomElement static const double SCALE_PELEM_EXTENT; // increase pelem limits by 0.5% static const char* const convertTypeToName (PhmElemType iType); - static PhmElemType convertNameToType (const char* const typeName); void makeTransformMatrices ();