summaryrefslogtreecommitdiff
path: root/src/ParallelProjectionGeometry3D.cpp
AgeCommit message (Collapse)Author
2016-11-28Update headers (website+2016)Willem Jan Palenstijn
2016-01-05Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn
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.
2015-12-04Add CompositeGeometryManagerWillem Jan Palenstijn
This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary.
2015-05-06Change XMLNode* to XMLNodeWillem Jan Palenstijn
An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
2015-02-26updated docsWim van Aarle
2015-02-26get_geometry now uses XML config object (for projections)Wim van Aarle
2015-02-24re-enabled get_geometry for 3d projectorsWim van Aarle
2015-02-24added get_geometry for 3d projection data objectsWim van Aarle
2015-01-26Update copyright to -2015Willem Jan Palenstijn
2015-01-19Update copyright headersWillem Jan Palenstijn
2014-12-02Add ProjectionGeometry3D::projectPoint for par3d and cone.Willem Jan Palenstijn
Par3d_vec and cone_vec to follow.
2014-12-01Remove unused DetectorOffsetX/Y in ProjectionGeometry3DWillem Jan Palenstijn
2013-07-01Update version to 1.3Willem Jan Palenstijn