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>2015-01-19 11:16:23 +0100
commit44442e9e3212d0f4f72e41bc94e935d0b2dd7033 (patch)
tree069e14ef26c543d21030cf9b0e68dd0597beae12 /include/astra/ParallelProjectionGeometry3D.h
parent3eb6f61e48f7ab6ddaa0e78d9140a4322dbb92fb (diff)
downloadastra-44442e9e3212d0f4f72e41bc94e935d0b2dd7033.tar.gz
astra-44442e9e3212d0f4f72e41bc94e935d0b2dd7033.tar.bz2
astra-44442e9e3212d0f4f72e41bc94e935d0b2dd7033.tar.xz
astra-44442e9e3212d0f4f72e41bc94e935d0b2dd7033.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 a1fae4d..2c11328 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.
*/