X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fphantom.h;h=ca3efabb96f0d0c2fdc968145922e1b6c9341624;hb=e48b6af3c3a5c3181f3e4123c3c49bb945026b80;hp=66f400e770fca2d08936cbdd76a18bfb5af24117;hpb=432ba2c487a5320352f14bdd2cce008fccef6902;p=ctsim.git diff --git a/include/phantom.h b/include/phantom.h index 66f400e..ca3efab 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.25 2001/02/27 03:59:30 kevin Exp $ +** $Id: phantom.h,v 1.27 2003/03/15 15:03:46 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 @@ -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; @@ -100,7 +102,6 @@ class PhantomElement static const int POINTS_PER_CIRCLE; static const double SCALE_PELEM_EXTENT; // increase pelem limits by 0.5% - static PhmElemType convertNameToType (const char* const typeName); static const char* const convertTypeToName (PhmElemType iType); void makeTransformMatrices ();