comparison Applications/Samples/SingleVolumeApplication.h @ 103:474d85e76499 wasm

mpr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 May 2017 18:05:33 +0200
parents fcec0ab44054
children eccd64f8e297
comparison
equal deleted inserted replaced
102:fcec0ab44054 103:474d85e76499
118 } 118 }
119 }; 119 };
120 120
121 121
122 LayerWidget* widget_; 122 LayerWidget* widget_;
123 OrthancVolumeImage* volume_; 123 const OrthancVolumeImage* volume_;
124 VolumeProjection projection_; 124 VolumeProjection projection_;
125 std::auto_ptr<VolumeImageGeometry> slices_; 125 std::auto_ptr<VolumeImageGeometry> slices_;
126 size_t slice_; 126 size_t slice_;
127 127
128 void OffsetSlice(int offset) 128 void OffsetSlice(int offset)