comparison Framework/Deprecated/Layers/DicomStructureSetSlicer.h @ 1066:b537002f83a9 broker

removing broker from deprecated classes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 15:39:39 +0200
parents e713f1a99861
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1065:9d42f89b8c3c 1066:b537002f83a9
40 { 40 {
41 BroadcastMessage(IVolumeSlicer::ContentChangedMessage(*this)); 41 BroadcastMessage(IVolumeSlicer::ContentChangedMessage(*this));
42 } 42 }
43 43
44 public: 44 public:
45 DicomStructureSetSlicer(OrthancStone::MessageBroker& broker, 45 DicomStructureSetSlicer(StructureSetLoader& loader);
46 StructureSetLoader& loader);
47 46
48 virtual bool GetExtent(std::vector<OrthancStone::Vector>& points, 47 virtual bool GetExtent(std::vector<OrthancStone::Vector>& points,
49 const OrthancStone::CoordinateSystem3D& viewportPlane) 48 const OrthancStone::CoordinateSystem3D& viewportPlane)
50 { 49 {
51 return false; 50 return false;