summaryrefslogtreecommitdiffstats
path: root/src/CudaForwardProjectionAlgorithm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix uninitialized variableWillem Jan Palenstijn2015-12-091-0/+1
|
* Improve option passing through CudaProjector2DWillem Jan Palenstijn2015-10-091-26/+34
| | | | | | | | Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector2D. Also refactor CudaReconstructionAlgorithm::initialize/check to avoid code duplication with ReconstructionAlgorithm.
* Use supersampling options from CudaProjector2DWillem Jan Palenstijn2015-06-231-15/+23
|
* Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-13/+10
| | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* Use a less verbose default fmt for screen logging and cleaner messagesDaniel M. Pelt2015-03-131-1/+1
|
* 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
|
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Support flexible 2D volume geometryWillem Jan Palenstijn2014-10-011-34/+27
|
* Add global astra_set_gpu_index functionWillem Jan Palenstijn2014-04-021-2/+2
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+276