diff Framework/Toolbox/OrthancSlicesLoader.h @ 77:f5f54ed8d307 wasm

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 May 2017 21:13:29 +0200
parents ffa6dded91bd
children 5945e81734a3
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancSlicesLoader.h	Wed May 24 12:42:08 2017 +0200
+++ b/Framework/Toolbox/OrthancSlicesLoader.h	Wed May 24 21:13:29 2017 +0200
@@ -101,10 +101,15 @@
     void ScheduleLoadInstance(const std::string& instanceId,
                               unsigned int frame);
 
+    bool IsGeometryReady() const;
+
     size_t GetSliceCount() const;
 
     const Slice& GetSlice(size_t index) const;
 
+    bool LookupSlice(size_t& index,
+                     const SliceGeometry& plane) const;
+
     void ScheduleLoadSliceImage(size_t index);
   };
 }