comparison OrthancStone/Samples/Common/RtViewerView.cpp @ 1535:301571299212

DefaultViewportInteractor::SetWindowingLayer()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Aug 2020 22:23:36 +0200
parents 244ad1e4e76a
children
comparison
equal deleted inserted replaced
1534:0443d04416d9 1535:301571299212
318 318
319 if (style != NULL) 319 if (style != NULL)
320 { 320 {
321 ctVolumeLayerSource_->SetConfigurator(style); 321 ctVolumeLayerSource_->SetConfigurator(style);
322 } 322 }
323
324 ctLayer_ = depth;
323 } 325 }
324 326
325 void RtViewerView::SetDoseVolumeSlicer(const boost::shared_ptr<OrthancStone::IVolumeSlicer>& volume, 327 void RtViewerView::SetDoseVolumeSlicer(const boost::shared_ptr<OrthancStone::IVolumeSlicer>& volume,
326 OrthancStone::ILayerStyleConfigurator* style) 328 OrthancStone::ILayerStyleConfigurator* style)
327 { 329 {