diff options
Diffstat (limited to 'include/astra/ParallelProjectionGeometry3D.h')
| -rw-r--r-- | include/astra/ParallelProjectionGeometry3D.h | 8 | 
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.   	*/ | 
