diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-01-26 14:57:42 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-02-08 11:32:33 +0100 |
commit | 1d851f0a8fa093e044c7264569cc6f88df39a16e (patch) | |
tree | 3400c666ffd60cbdec68777e2c5aa71f7064d11c /matlab/mex/mexDataManagerHelpFunctions.h | |
parent | e8f6dd643fc04588cb8a8eaa8453c0eb6d40e236 (diff) | |
download | astra-1d851f0a8fa093e044c7264569cc6f88df39a16e.tar.gz astra-1d851f0a8fa093e044c7264569cc6f88df39a16e.tar.bz2 astra-1d851f0a8fa093e044c7264569cc6f88df39a16e.tar.xz astra-1d851f0a8fa093e044c7264569cc6f88df39a16e.zip |
Remove unused 3d global min/max
Diffstat (limited to 'matlab/mex/mexDataManagerHelpFunctions.h')
-rw-r--r-- | matlab/mex/mexDataManagerHelpFunctions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/matlab/mex/mexDataManagerHelpFunctions.h b/matlab/mex/mexDataManagerHelpFunctions.h index fff83a0..b7edb0f 100644 --- a/matlab/mex/mexDataManagerHelpFunctions.h +++ b/matlab/mex/mexDataManagerHelpFunctions.h @@ -50,8 +50,6 @@ bool checkDataSize(const mxArray * const, const astra::CProjectionGeometry3D * c bool checkDataSize(const mxArray * const, const astra::CVolumeGeometry3D * const, const mwIndex & zOffset); -void updateStatistics(const std::vector<astra::CFloat32Data3DMemory *> &); - void getDataPointers(const std::vector<astra::CFloat32Data3DMemory *> &, std::vector<astra::float32 *> &); void getDataSizes(const std::vector<astra::CFloat32Data3DMemory *> &, |