comparison Applications/Samples/Common/RtViewerApp.h @ 1574:fb5e620430ae

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 18:29:53 +0200
parents b4ccd4963d37
children 52b8b96cb55f
comparison
equal deleted inserted replaced
1573:32e0c007789d 1574:fb5e620430ae
156 reference for the geometry (position and dimensions of the volume + size of each voxel). It could be changed to be 156 reference for the geometry (position and dimensions of the volume + size of each voxel). It could be changed to be
157 the dose instead, but the CT is chosen because it usually has a better spatial resolution. 157 the dose instead, but the CT is chosen because it usually has a better spatial resolution.
158 */ 158 */
159 boost::shared_ptr<OrthancStone::IGeometryProvider> geometryProvider_; 159 boost::shared_ptr<OrthancStone::IGeometryProvider> geometryProvider_;
160 160
161
162 boost::shared_ptr<IFlexiblePointerTracker> activeTracker_; 161 boost::shared_ptr<IFlexiblePointerTracker> activeTracker_;
163 162
164 boost::shared_ptr<UndoStack> undoStack_; 163 boost::shared_ptr<UndoStack> undoStack_;
165 }; 164 };
166 165