summaryrefslogtreecommitdiffstats
path: root/include/astra/ProjectionGeometry3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/ProjectionGeometry3D.h')
-rw-r--r--include/astra/ProjectionGeometry3D.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/astra/ProjectionGeometry3D.h b/include/astra/ProjectionGeometry3D.h
index 72a1a55..20ad8f3 100644
--- a/include/astra/ProjectionGeometry3D.h
+++ b/include/astra/ProjectionGeometry3D.h
@@ -111,11 +111,11 @@ protected:
* @param _pfProjectionAngles Pointer to an array of projection angles. The angles will be copied from this array. All angles
* are represented in radians and lie in the [0,2pi[ interval.
*/
- CProjectionGeometry3D(int _iProjectionAngleCount,
- int _iDetectorRowCount,
+ CProjectionGeometry3D(int _iProjectionAngleCount,
+ int _iDetectorRowCount,
int _iDetectorColCount,
- float32 _fDetectorSpacingX,
- float32 _fDetectorSpacingY,
+ float32 _fDetectorSpacingX,
+ float32 _fDetectorSpacingY,
const float32* _pfProjectionAngles);
/** Copy constructor.
@@ -147,11 +147,11 @@ protected:
* @param _pfProjectionAngles Pointer to an array of projection angles. The angles will be copied from this array. All angles
* are represented in radians and lie in the [0,2pi[ interval.
*/
- bool _initialize(int _iProjectionAngleCount,
- int _iDetectorRowCount,
+ bool _initialize(int _iProjectionAngleCount,
+ int _iDetectorRowCount,
int _iDetectorColCount,
- float32 _fDetectorSpacingX,
- float32 _fDetectorSpacingY,
+ float32 _fDetectorSpacingX,
+ float32 _fDetectorSpacingY,
const float32* _pfProjectionAngles);
public: