comparison Framework/Layers/SeriesFrameRendererFactory.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents b70e9be013e4
children
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
28 #include <Toolbox.h> 28 #include <Toolbox.h>
29 #include <Plugins/Samples/Common/OrthancPluginException.h> 29 #include <Plugins/Samples/Common/OrthancPluginException.h>
30 #include <Plugins/Samples/Common/DicomDatasetReader.h> 30 #include <Plugins/Samples/Common/DicomDatasetReader.h>
31 31
32 32
33 namespace OrthancStone 33 namespace Deprecated
34 { 34 {
35 void SeriesFrameRendererFactory::ReadCurrentFrameDataset(size_t frame) 35 void SeriesFrameRendererFactory::ReadCurrentFrameDataset(size_t frame)
36 { 36 {
37 if (currentDataset_.get() != NULL && 37 if (currentDataset_.get() != NULL &&
38 (fast_ || currentFrame_ == frame)) 38 (fast_ || currentFrame_ == frame))