summaryrefslogtreecommitdiffstats
path: root/include/astra/ParallelProjectionGeometry3D.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-12-01 11:53:07 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-12-01 11:53:07 +0100
commit6c9ebd2936c2eeb1763c01601cdc3dfdb8535230 (patch)
treea4ccf85f64751dd3e0597dd9ec6284b367012c9b /include/astra/ParallelProjectionGeometry3D.h
parent360f8a9039a03160dd3909d86b46b5387cfa3e76 (diff)
downloadastra-6c9ebd2936c2eeb1763c01601cdc3dfdb8535230.tar.gz
astra-6c9ebd2936c2eeb1763c01601cdc3dfdb8535230.tar.bz2
astra-6c9ebd2936c2eeb1763c01601cdc3dfdb8535230.tar.xz
astra-6c9ebd2936c2eeb1763c01601cdc3dfdb8535230.zip
Remove unused DetectorOffsetX/Y in ProjectionGeometry3D
Diffstat (limited to 'include/astra/ParallelProjectionGeometry3D.h')
-rw-r--r--include/astra/ParallelProjectionGeometry3D.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/astra/ParallelProjectionGeometry3D.h b/include/astra/ParallelProjectionGeometry3D.h
index 85d0687..3549984 100644
--- a/include/astra/ParallelProjectionGeometry3D.h
+++ b/include/astra/ParallelProjectionGeometry3D.h
@@ -84,9 +84,7 @@ public:
int _iDetectorColCount,
float32 _fDetectorWidth,
float32 _fDetectorHeight,
- const float32* _pfProjectionAngles,
- const float32* _pfExtraDetectorOffsetsX = NULL,
- const float32* _pfExtraDetectorOffsetsY = NULL);
+ const float32* _pfProjectionAngles);
/** Copy constructor.
*/
@@ -119,9 +117,7 @@ public:
int _iDetectorColCount,
float32 _fDetectorWidth,
float32 _fDetectorHeight,
- const float32* _pfProjectionAngles,
- const float32* _pfExtraDetectorOffsetsX = NULL,
- const float32* _pfExtraDetectorOffsetsY = NULL);
+ const float32* _pfProjectionAngles);
/** Create a hard copy.
*/