summaryrefslogtreecommitdiffstats
path: root/src/ConeProjectionGeometry3D.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove noisy debugging outputWillem Jan Palenstijn2016-01-191-3/+0
|
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-3/+2
| | | | | | 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-6/+86
| | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary.
* Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-14/+12
| | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* 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
|
* updated docsWim van Aarle2015-02-261-13/+0
|
* get_geometry now uses XML config object (for projections)Wim van Aarle2015-02-261-0/+18
|
* 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/+32
| | | | Par3d_vec and cone_vec to follow.
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+228