comparison Framework/Layers/ColorFrameRenderer.cpp @ 110:53025eecbc95 wasm

renamed SliceGeometry as CoordinateSystem3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Jun 2017 15:50:38 +0200
parents f5f54ed8d307
children 2eca030792aa
comparison
equal deleted inserted replaced
109:53bd9277b025 110:53025eecbc95
36 return display.release(); 36 return display.release();
37 } 37 }
38 38
39 39
40 ColorFrameRenderer::ColorFrameRenderer(Orthanc::ImageAccessor* frame, 40 ColorFrameRenderer::ColorFrameRenderer(Orthanc::ImageAccessor* frame,
41 const SliceGeometry& frameSlice, 41 const CoordinateSystem3D& frameSlice,
42 double pixelSpacingX, 42 double pixelSpacingX,
43 double pixelSpacingY, 43 double pixelSpacingY,
44 bool isFullQuality) : 44 bool isFullQuality) :
45 FrameRenderer(frameSlice, pixelSpacingX, pixelSpacingY, isFullQuality), 45 FrameRenderer(frameSlice, pixelSpacingX, pixelSpacingY, isFullQuality),
46 frame_(frame) 46 frame_(frame)