comparison Framework/Toolbox/OrthancSlicesLoader.cpp @ 369:557c8ff1db5c am-2

integration mainline->am-2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Nov 2018 10:03:14 +0100
parents c2e040ea8fbe ce48c3b3b0e9
children 8eb4fe74000f
comparison
equal deleted inserted replaced
367:face7b7008de 369:557c8ff1db5c
562 Orthanc::ImageProcessing::ShiftScale(*image, offset, scaling, true); 562 Orthanc::ImageProcessing::ShiftScale(*image, offset, scaling, true);
563 } 563 }
564 564
565 NotifySliceImageSuccess(operation, image); 565 NotifySliceImageSuccess(operation, image);
566 } 566 }
567 567
568 568
569 class StringImage : 569 class StringImage : public Orthanc::ImageAccessor
570 public Orthanc::ImageAccessor
571 { 570 {
572 private: 571 private:
573 std::string buffer_; 572 std::string buffer_;
574 573
575 public: 574 public: