comparison OrthancServer/SliceOrdering.h @ 3140:977158ab0623

making db-changes the new mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 18:32:42 +0100
parents ac72032d69a2
children 23219b9da4d1
comparison
equal deleted inserted replaced
3138:ab46e537f92e 3140:977158ab0623
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "ServerIndex.h" 36 #include "../Core/DicomFormat/DicomMap.h"
37 37
38 namespace Orthanc 38 namespace Orthanc
39 { 39 {
40 class ServerIndex;
41
40 class SliceOrdering 42 class SliceOrdering
41 { 43 {
42 private: 44 private:
43 typedef float Vector[3]; 45 typedef float Vector[3];
44 46