comparison Framework/Layers/ILayerRenderer.h @ 394:17d54c028805

rename ILayerRenderer::GetLayerSlice() to GetLayerPlane()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Nov 2018 08:44:18 +0100
parents fccffbf99ba1
children b70e9be013e4
comparison
equal deleted inserted replaced
393:e7a494bdd956 394:17d54c028805
38 virtual bool RenderLayer(CairoContext& context, 38 virtual bool RenderLayer(CairoContext& context,
39 const ViewportGeometry& view) = 0; 39 const ViewportGeometry& view) = 0;
40 40
41 virtual void SetLayerStyle(const RenderStyle& style) = 0; 41 virtual void SetLayerStyle(const RenderStyle& style) = 0;
42 42
43 virtual const CoordinateSystem3D& GetLayerSlice() = 0; 43 virtual const CoordinateSystem3D& GetLayerPlane() = 0;
44 44
45 virtual bool IsFullQuality() = 0; 45 virtual bool IsFullQuality() = 0;
46 }; 46 };
47 } 47 }