comparison Framework/Toolbox/SlicesSorter.h @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 7ec8fea061b9
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "CoordinateSystem3D.h" 24 #include "CoordinateSystem3D.h"
25 25
26 #include <Core/IDynamicObject.h> 26 #include <IDynamicObject.h>
27 27
28 namespace OrthancStone 28 namespace OrthancStone
29 { 29 {
30 // TODO - Rename this as "PlanesSorter" 30 // TODO - Rename this as "PlanesSorter"
31 class SlicesSorter : public boost::noncopyable 31 class SlicesSorter : public boost::noncopyable