comparison Framework/Layers/ILayerSource.h @ 121:e66b2c757790 wasm

displaying rt-struct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Oct 2017 17:53:47 +0200
parents 948f86e61e83
children e2fe9352f240
comparison
equal deleted inserted replaced
120:063f7f3d9f14 121:e66b2c757790
53 53
54 // The layer must be deleted by the observer that releases the 54 // The layer must be deleted by the observer that releases the
55 // std::auto_ptr 55 // std::auto_ptr
56 virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& layer, 56 virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& layer,
57 const ILayerSource& source, 57 const ILayerSource& source,
58 const Slice& slice, // TODO Shouldn't this be CoordinateSystem3D? Is it necessary given ILayerS::GetLayerSlice()? 58 const CoordinateSystem3D& slice,
59 bool isError) = 0; // TODO Shouldn't this be separate as NotifyLayerError? 59 bool isError) = 0; // TODO Shouldn't this be separate as NotifyLayerError?
60 }; 60 };
61 61
62 virtual ~ILayerSource() 62 virtual ~ILayerSource()
63 { 63 {