summaryrefslogtreecommitdiffstats
path: root/matlab/tools/astra_clear.m
blob: bc5f190c1ed9c293bcde77b74d7d4f67961c8153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%--------------------------------------------------------------------------
% Clears and frees memory of all objects (data, projectors, algorithms) 
% currently in the astra-library.
%--------------------------------------------------------------------------
%------------------------------------------------------------------------
% This file is part of the
% All Scale Tomographic Reconstruction Antwerp Toolbox ("ASTRA-Toolbox")
%
% Copyright: iMinds-Vision Lab, University of Antwerp
% License: Open Source under GPLv3
% Contact: mailto:astra@ua.ac.be
% Website: http://astra.ua.ac.be
%------------------------------------------------------------------------
% $Id$

astra_mex_data2d('clear');
astra_mex_data3d('clear');
astra_mex_algorithm('clear');
astra_mex_projector('clear');
astra_mex_matrix('clear');