summaryrefslogtreecommitdiffstats
path: root/include/astra/ProjectionGeometry3D.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-12-01 11:58:21 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-12-02 11:48:33 +0100
commitbdc9cc8c8c06b1bf25d24ae242cad708fc0f9b14 (patch)
tree91899d503304d1f09f725b48bf4b267933623d7e /include/astra/ProjectionGeometry3D.h
parent6c9ebd2936c2eeb1763c01601cdc3dfdb8535230 (diff)
downloadastra-bdc9cc8c8c06b1bf25d24ae242cad708fc0f9b14.tar.gz
astra-bdc9cc8c8c06b1bf25d24ae242cad708fc0f9b14.tar.bz2
astra-bdc9cc8c8c06b1bf25d24ae242cad708fc0f9b14.tar.xz
astra-bdc9cc8c8c06b1bf25d24ae242cad708fc0f9b14.zip
Fix whitespace
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: