summaryrefslogtreecommitdiffstats
path: root/matlab/mex/mexHelpFunctions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsWillem Jan Palenstijn2017-01-171-5/+5
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Replace use of boost::split by own functionWillem Jan Palenstijn2016-07-281-9/+4
|
* Convert one more string parsing function to stringToDoubleWillem Jan Palenstijn2016-07-281-9/+6
|
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-4/+4
| | | | | | 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 config to struct/dict translation for array optionsDaniel M. Pelt2015-06-241-1/+5
|
* Make XML array handling consistentWillem Jan Palenstijn2015-05-061-20/+2
| | | | setContent and getContent were using different XML formats previously.
* Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-34/+28
| | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* code cleanupWim van Aarle2015-02-261-396/+205
|
* get_geometry now uses XML config object (for projections)Wim van Aarle2015-02-261-249/+83
|
* get_geometry now uses XML config object (for volumes)Wim van Aarle2015-02-251-34/+73
|
* added get_geometry for 3d projection data objectsWim van Aarle2015-02-241-4/+113
|
* fixed get_geometry for fanflat_vecWim van Aarle2015-02-241-33/+39
|
* added get_geometry for 3d volume objectsWim van Aarle2015-02-241-11/+30
|
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+642