comparison Framework/Toolbox/ParallelSlices.cpp @ 159:0a73d76333db wasm

populating LinearAlgebra
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Feb 2018 09:15:08 +0100
parents a053ca7fa5c6
children fccffbf99ba1
comparison
equal deleted inserted replaced
158:a053ca7fa5c6 159:0a73d76333db
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "ParallelSlices.h" 22 #include "ParallelSlices.h"
23
24 #include "GeometryToolbox.h"
23 25
24 #include <Core/Logging.h> 26 #include <Core/Logging.h>
25 #include <Core/OrthancException.h> 27 #include <Core/OrthancException.h>
26 28
27 namespace OrthancStone 29 namespace OrthancStone