comparison Framework/Volumes/ImageBuffer3D.h @ 105:e0ddd8cad909 wasm

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Jun 2017 12:33:24 +0200
parents 4a541cd4fa83
children 53025eecbc95
comparison
equal deleted inserted replaced
104:eccd64f8e297 105:e0ddd8cad909
90 return format_; 90 return format_;
91 } 91 }
92 92
93 ParallelSlices* GetGeometry(VolumeProjection projection); 93 ParallelSlices* GetGeometry(VolumeProjection projection);
94 94
95 uint64_t GetEstimatedMemorySize() const;
96
95 97
96 class SliceReader : public boost::noncopyable 98 class SliceReader : public boost::noncopyable
97 { 99 {
98 private: 100 private:
99 Orthanc::ImageAccessor accessor_; 101 Orthanc::ImageAccessor accessor_;