comparison Framework/Radiography/RadiographyDicomLayer.h @ 1125:d7e06542304c broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 18:51:04 +0100
parents b537002f83a9 35e798b16b65
children 54cbffabdc45
comparison
equal deleted inserted replaced
1124:a8bf81756839 1125:d7e06542304c
78 78
79 void SetDicomTags(const OrthancPlugins::FullOrthancDataset& dataset); 79 void SetDicomTags(const OrthancPlugins::FullOrthancDataset& dataset);
80 80
81 void SetSourceImage(Orthanc::ImageAccessor* image); // Takes ownership 81 void SetSourceImage(Orthanc::ImageAccessor* image); // Takes ownership
82 82
83 void SetSourceImage(Orthanc::ImageAccessor* image, double newPixelSpacingX, double newPixelSpacingY); // Takes ownership
84
83 const Orthanc::ImageAccessor* GetSourceImage() const {return source_.get();} // currently need this access to serialize scene in plain old data to send to a WASM worker 85 const Orthanc::ImageAccessor* GetSourceImage() const {return source_.get();} // currently need this access to serialize scene in plain old data to send to a WASM worker
84 86
85 const Deprecated::DicomFrameConverter& GetDicomFrameConverter() const {return *converter_;} // currently need this access to serialize scene in plain old data to send to a WASM worker 87 const Deprecated::DicomFrameConverter& GetDicomFrameConverter() const {return *converter_;} // currently need this access to serialize scene in plain old data to send to a WASM worker
86 88
87 // Takes ownership 89 // Takes ownership