comparison Framework/Toolbox/OrientedBoundingBox.cpp @ 212:5412adf19980

resort to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 17:48:47 +0200
parents e9c7a78a3e77
children b70e9be013e4
comparison
equal deleted inserted replaced
211:64eac89a1de3 212:5412adf19980
21 21
22 #include "OrientedBoundingBox.h" 22 #include "OrientedBoundingBox.h"
23 23
24 #include "GeometryToolbox.h" 24 #include "GeometryToolbox.h"
25 25
26 #include "../../Resources/Orthanc/Core/OrthancException.h" 26 #include <Core/OrthancException.h>
27 27
28 #include <cassert> 28 #include <cassert>
29 29
30 namespace OrthancStone 30 namespace OrthancStone
31 { 31 {