comparison Framework/Toolbox/ParallelSlices.h @ 742:fa5febe0f0c2

moved OrientedBoundingBox in the Volumes folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 09:41:03 +0200
parents c3bbb130abc4
children
comparison
equal deleted inserted replaced
741:c1d6a566dfd3 742:fa5febe0f0c2
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "CoordinateSystem3D.h" 24 #include "CoordinateSystem3D.h"
25 #include "VolumeImageGeometry.h" 25 #include "../Volumes/VolumeImageGeometry.h"
26 26
27 namespace OrthancStone 27 namespace OrthancStone
28 { 28 {
29 class ParallelSlices : public boost::noncopyable 29 class ParallelSlices : public boost::noncopyable
30 { 30 {