X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=include%2Fprojections.h;fp=include%2Fprojections.h;h=3b7e78fcf5d0c60f26b4e25e72788ea6ec059b59;hb=758774f7a87d488faa7412a04d07e4cce140b66c;hp=67cae86462ad282856fdf99733c1756f5425481f;hpb=d252c3c5784b719fc37f9aad6f657ee3b8ae4900;p=ctsim.git diff --git a/include/projections.h b/include/projections.h index 67cae86..3b7e78f 100644 --- a/include/projections.h +++ b/include/projections.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: projections.h,v 1.30 2001/03/11 06:34:37 kevin Exp $ +** $Id: projections.h,v 1.31 2001/03/11 12:37:34 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -154,7 +154,7 @@ class Projections int geometry() const {return m_geometry;} double focalLength() const {return m_dFocalLength;} double sourceDetectorLength() const { return m_dSourceDetectorLength;} - + double viewDiameter() const {return m_dViewDiameter; } double phmLen() const { return m_dViewDiameter / SQRT2; } void setPhmLen(double phmLen) { m_dViewDiameter = phmLen * SQRT2; }