comparison Framework/Layers/DicomSeriesVolumeSlicer.cpp @ 647:6af3099ed8da

uncoupling OrthancStone::SlicesSorter from OrthancStone::Slice
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 May 2019 17:03:46 +0200
parents 42dadae61fa9
children 4f2416d519b4
comparison
equal deleted inserted replaced
646:b4fe9642e83b 647:6af3099ed8da
32 namespace OrthancStone 32 namespace OrthancStone
33 { 33 {
34 34
35 void DicomSeriesVolumeSlicer::OnSliceGeometryReady(const OrthancSlicesLoader::SliceGeometryReadyMessage& message) 35 void DicomSeriesVolumeSlicer::OnSliceGeometryReady(const OrthancSlicesLoader::SliceGeometryReadyMessage& message)
36 { 36 {
37 if (message.GetOrigin().GetSliceCount() > 0) 37 if (message.GetOrigin().GetSlicesCount() > 0)
38 { 38 {
39 BroadcastMessage(IVolumeSlicer::GeometryReadyMessage(*this)); 39 BroadcastMessage(IVolumeSlicer::GeometryReadyMessage(*this));
40 } 40 }
41 else 41 else
42 { 42 {