comparison Core/Images/ImageTraits.h @ 2492:58c50d627b2f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Mar 2018 11:57:09 +0100
parents be1dbb1dcdd6
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2491:a9459c7d4bc2 2492:58c50d627b2f
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "ImageAccessor.h"
36 #include "PixelTraits.h" 37 #include "PixelTraits.h"
37 38
39 #include <cassert>
38 40
39 namespace Orthanc 41 namespace Orthanc
40 { 42 {
41 template <PixelFormat Format> 43 template <PixelFormat Format>
42 struct ImageTraits 44 struct ImageTraits