comparison Framework/Layers/DicomStructureSetRendererFactory.cpp @ 380:ba5ad93f935a

ILayerSource::LayerErrorMessage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Nov 2018 14:59:20 +0100
parents fccffbf99ba1
children 19bd222283ae
comparison
equal deleted inserted replaced
379:2308fe0b0b05 380:ba5ad93f935a
128 128
129 void DicomStructureSetRendererFactory::ScheduleLayerCreation(const CoordinateSystem3D& viewportSlice) 129 void DicomStructureSetRendererFactory::ScheduleLayerCreation(const CoordinateSystem3D& viewportSlice)
130 { 130 {
131 if (loader_.HasStructureSet()) 131 if (loader_.HasStructureSet())
132 { 132 {
133 NotifyLayerReady(new Renderer(loader_.GetStructureSet(), viewportSlice), viewportSlice, false); 133 NotifyLayerReady(new Renderer(loader_.GetStructureSet(), viewportSlice), viewportSlice);
134 } 134 }
135 } 135 }
136 } 136 }