comparison Applications/Samples/SingleFrameApplication.h @ 121:e66b2c757790 wasm

displaying rt-struct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Oct 2017 17:53:47 +0200
parents 42c05a3baee3
children e2fe9352f240
comparison
equal deleted inserted replaced
120:063f7f3d9f14 121:e66b2c757790
195 { 195 {
196 } 196 }
197 197
198 virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& layer, 198 virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& layer,
199 const ILayerSource& source, 199 const ILayerSource& source,
200 const Slice& slice, 200 const CoordinateSystem3D& slice,
201 bool isError) 201 bool isError)
202 { 202 {
203 } 203 }
204 204
205 LayerWidget* widget_; 205 LayerWidget* widget_;