diff options
Diffstat (limited to 'include/astra/CudaFDKAlgorithm3D.h')
| -rw-r--r-- | include/astra/CudaFDKAlgorithm3D.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/include/astra/CudaFDKAlgorithm3D.h b/include/astra/CudaFDKAlgorithm3D.h index 386129e..1c4c622 100644 --- a/include/astra/CudaFDKAlgorithm3D.h +++ b/include/astra/CudaFDKAlgorithm3D.h @@ -81,8 +81,8 @@ public:  	 * @param _pReconstruction	VolumeData3D object for storing the reconstructed volume.  	 */  	CCudaFDKAlgorithm3D(CProjector3D* _pProjector,  -	                    CFloat32ProjectionData3DMemory* _pProjectionData,  -	                    CFloat32VolumeData3DMemory* _pReconstruction); +	                    CFloat32ProjectionData3D* _pProjectionData,  +	                    CFloat32VolumeData3D* _pReconstruction);  	/** Copy constructor.  	 */ @@ -111,8 +111,8 @@ public:  	 * @return initialization successful?  	 */  	bool initialize(CProjector3D* _pProjector,  -					CFloat32ProjectionData3DMemory* _pSinogram,  -					CFloat32VolumeData3DMemory* _pReconstruction); +					CFloat32ProjectionData3D* _pSinogram,  +					CFloat32VolumeData3D* _pReconstruction);  	/** Get all information parameters  	 * | 
