Mercurial > hg > orthanc-stone
changeset 138:77c4fef7f4a5 wasm
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 16 Jan 2018 13:47:54 +0100 |
parents | a30ff4866a1e |
children | 22628d37ef5c |
files | Framework/dev.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/dev.h Tue Jan 16 13:31:19 2018 +0100 +++ b/Framework/dev.h Tue Jan 16 13:47:54 2018 +0100 @@ -514,6 +514,9 @@ LayerSourceBase::NotifyContentChange(); } + virtual void NotifyVolumeReady(const ISlicedVolume& volume) + { + } const VolumeImageGeometry& GetProjectionGeometry(VolumeProjection projection) { @@ -679,6 +682,10 @@ { } + virtual void NotifyVolumeReady(const ISlicedVolume& volume) + { + } + virtual IWorldSceneMouseTracker* CreateMouseTracker(WorldSceneWidget& widget, const ViewportGeometry& view, MouseButton button,