comparison Framework/Toolbox/OrthancSlicesLoader.cpp @ 316:ce48c3b3b0e9

fix for new ImageAccessor API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Oct 2018 12:45:27 +0200
parents 5412adf19980
children 557c8ff1db5c
comparison
equal deleted inserted replaced
310:348e00b837b9 316:ce48c3b3b0e9
624 624
625 NotifySliceImageSuccess(operation, image); 625 NotifySliceImageSuccess(operation, image);
626 } 626 }
627 627
628 628
629 class StringImage : 629 class StringImage : public Orthanc::ImageAccessor
630 public Orthanc::ImageAccessor,
631 public boost::noncopyable
632 { 630 {
633 private: 631 private:
634 std::string buffer_; 632 std::string buffer_;
635 633
636 public: 634 public: