diff options
author | Wim van Aarle <wimvanaarle@gmail.com> | 2015-02-26 14:00:14 +0100 |
---|---|---|
committer | Wim van Aarle <wimvanaarle@gmail.com> | 2015-02-26 14:00:14 +0100 |
commit | 2d11dcfc8d85cd562a36c192f5dda64c8378d160 (patch) | |
tree | ec3d9b3a9141d27aaafac7c43003da1310496023 /include/astra/ParallelVecProjectionGeometry3D.h | |
parent | cca150841cd1de4f3b4d24c1188263b9623bc511 (diff) | |
download | astra-2d11dcfc8d85cd562a36c192f5dda64c8378d160.tar.gz astra-2d11dcfc8d85cd562a36c192f5dda64c8378d160.tar.bz2 astra-2d11dcfc8d85cd562a36c192f5dda64c8378d160.tar.xz astra-2d11dcfc8d85cd562a36c192f5dda64c8378d160.zip |
updated docs
Diffstat (limited to 'include/astra/ParallelVecProjectionGeometry3D.h')
-rw-r--r-- | include/astra/ParallelVecProjectionGeometry3D.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/astra/ParallelVecProjectionGeometry3D.h b/include/astra/ParallelVecProjectionGeometry3D.h index f3ed949..5a63249 100644 --- a/include/astra/ParallelVecProjectionGeometry3D.h +++ b/include/astra/ParallelVecProjectionGeometry3D.h @@ -55,7 +55,7 @@ namespace astra * to a single projection, and consists of: * ( rayX, rayY, rayZ, dX, dY, dZ, uX, uY, uZ, vX, vY, vZ ) * ray: the ray direction - * d : the corner of the detector + * d : the centre of the detector plane * u : the vector from detector pixel (0,0) to (0,1) * v : the vector from detector pixel (0,0) to (1,0) */ @@ -141,12 +141,6 @@ public: */ virtual bool isOfType(const std::string& _sType) const; - /** Turn this object into an XML object. - * - * @param _sNode The XML object to fill. - */ - virtual void toXML(XMLNode* _sNode) const; - /** * Returns a vector giving the projection direction for a projection and detector index */ |