summaryrefslogtreecommitdiffstats
path: root/src/CudaForwardProjectionAlgorithm3D.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn2017-02-081-4/+4
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-5/+3
| | | | | | This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale.
* Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-041-0/+9
| | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary.
* Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-12-021-15/+31
|\
| * Improve option passing through CudaProjector3DWillem Jan Palenstijn2015-10-091-15/+31
| | | | | | | | | | | | | | Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector3D. Thanks to Nicola Vigano for part of the patch.
* | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-09-161-14/+21
|\| | | | | | | | | Conflicts: src/CudaBackProjectionAlgorithm3D.cpp
| * Use supersampling options from CudaProjector3DWillem Jan Palenstijn2015-06-041-3/+13
| |
| * Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-12/+9
| | | | | | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-04-151-1/+3
|\|
| * Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵Daniel M. Pelt2015-03-131-1/+1
| | | | | | | | these defines
| * Use new logging API internally instead of printf / iostreamDaniel M. Pelt2015-03-101-1/+3
| |
* | Add flexible volgeom3d support to astraCudaFPWillem Jan Palenstijn2015-03-121-56/+3
|/
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Add ProjectionGeometry3D::projectPoint for par3d and cone.Willem Jan Palenstijn2014-12-021-0/+19
| | | | Par3d_vec and cone_vec to follow.
* Add global astra_set_gpu_index functionWillem Jan Palenstijn2014-04-021-3/+3
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+311