comparison Framework/Layers/ColorFrameRenderer.h @ 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 e2fe9352f240
comparison
equal deleted inserted replaced
109:53bd9277b025 110:53025eecbc95
33 protected: 33 protected:
34 virtual CairoSurface* GenerateDisplay(const RenderStyle& style); 34 virtual CairoSurface* GenerateDisplay(const RenderStyle& style);
35 35
36 public: 36 public:
37 ColorFrameRenderer(Orthanc::ImageAccessor* frame, // Takes ownership 37 ColorFrameRenderer(Orthanc::ImageAccessor* frame, // Takes ownership
38 const SliceGeometry& frameSlice, 38 const CoordinateSystem3D& frameSlice,
39 double pixelSpacingX, 39 double pixelSpacingX,
40 double pixelSpacingY, 40 double pixelSpacingY,
41 bool isFullQuality); 41 bool isFullQuality);
42 }; 42 };
43 } 43 }