From 2d11dcfc8d85cd562a36c192f5dda64c8378d160 Mon Sep 17 00:00:00 2001
From: Wim van Aarle <wimvanaarle@gmail.com>
Date: Thu, 26 Feb 2015 14:00:14 +0100
Subject: updated docs

---
 include/astra/ParallelVecProjectionGeometry3D.h | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

(limited to 'include/astra/ParallelVecProjectionGeometry3D.h')

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
 	  */
-- 
cgit v1.2.3