comparison Framework/Scene2D/Internals/CompositorHelper.h @ 841:266e2b0b9abc

better error reporting in DicomStructureSetLoader + fixed POST request logic in WebAssemblyOracle + support for LookupTableTextureSceneLayer in OpenGL (NOT using shaders!) (2 new files) + a few small non-functional changes
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 11 Jun 2019 15:41:21 +0200
parents 03c4b998fcd0
children 80829436ce0c 6e888cf6a48b
comparison
equal deleted inserted replaced
840:47fc7919977d 841:266e2b0b9abc
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "../Scene2D.h" 24 #include "../Scene2D.h"
25
26 #include <boost/noncopyable.hpp>
27
28 #include <map>
25 29
26 namespace OrthancStone 30 namespace OrthancStone
27 { 31 {
28 namespace Internals 32 namespace Internals
29 { 33 {