comparison Framework/Radiography/RadiographyDicomLayer.h @ 1121:0073f95a1df1

merge
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 05 Nov 2019 16:31:08 +0100
parents 35e798b16b65
children d7e06542304c a5f2a6b04a31
comparison
equal deleted inserted replaced
1120:11b7785dd01b 1121:0073f95a1df1
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