comparison Framework/Volumes/VolumeReslicer.cpp @ 187:a12ca0f4aaaa wasm

ImageBuffer3D::GetCoordinates
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Mar 2018 17:45:48 +0100
parents fac46066b933
children e9c7a78a3e77
comparison
equal deleted inserted replaced
186:fac46066b933 187:a12ca0f4aaaa
28 #include <Core/Logging.h> 28 #include <Core/Logging.h>
29 #include <Core/OrthancException.h> 29 #include <Core/OrthancException.h>
30 30
31 #include <boost/math/special_functions/round.hpp> 31 #include <boost/math/special_functions/round.hpp>
32 32
33 #include <stdio.h>
34
35 namespace OrthancStone 33 namespace OrthancStone
36 { 34 {
37 // Anonymous namespace to avoid clashes between compilation modules 35 // Anonymous namespace to avoid clashes between compilation modules
38 namespace 36 namespace
39 { 37 {