comparison Framework/Layers/DicomStructureSetRendererFactory.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 19bd222283ae
children ed7146fa2c98
comparison
equal deleted inserted replaced
393:e7a494bdd956 394:17d54c028805
58 { 58 {
59 loader_.Register(*this); 59 loader_.Register(*this);
60 } 60 }
61 61
62 virtual bool GetExtent(std::vector<Vector>& points, 62 virtual bool GetExtent(std::vector<Vector>& points,
63 const CoordinateSystem3D& viewportSlice) 63 const CoordinateSystem3D& viewportPlane)
64 { 64 {
65 return false; 65 return false;
66 } 66 }
67 67
68 virtual void ScheduleLayerCreation(const CoordinateSystem3D& viewportSlice); 68 virtual void ScheduleLayerCreation(const CoordinateSystem3D& viewportPlane);
69 }; 69 };
70 } 70 }