comparison TODO @ 287:2038d76bf13f am-2

interaction with HTML/JS
author am@osimis.io
date Thu, 30 Aug 2018 11:36:36 +0200
parents 3c190e2bb3af
children 5d359b115b29
comparison
equal deleted inserted replaced
286:6b3d91857b96 287:2038d76bf13f
7 ------- 7 -------
8 8
9 * Documentation 9 * Documentation
10 * Interface with DICOMweb 10 * Interface with DICOMweb
11 * LayoutPetCtFusionApplication: fix initial view 11 * LayoutPetCtFusionApplication: fix initial view
12 * Allow Interactor to create Pan/ZoomMouseTracker in IWorldSceneMouseTracker* CreateMouseTracker
13 (problem: PanMouseTracker is a IMouseTracker and CreateMouseTracker shall return a IWorldSceneMouseTracker).
14 WorldSceneWidet shall not create Pan/ZoomMouseTracker when the Interactor does not create one
15 * Update SimpleViewer sample to have 2 buttons to select the measure tracker
16
17 Bugs
18 ----
19 * LineMeasureTracker rendering generates "memory access out of bounds" in WASM
20 12
21 13
22 --------------------------------- 14 ---------------------------------
23 Radiotherapy and nuclear medicine 15 Radiotherapy and nuclear medicine
24 --------------------------------- 16 ---------------------------------
31 23
32 ------------- 24 -------------
33 Optimizations 25 Optimizations
34 ------------- 26 -------------
35 27
36 * Add cache in "SmartLoader" by returning a "OrthancFrameLayerSource" for a frame that has already been loaded
37 * Tune number of loading threads in LayeredSceneWidget 28 * Tune number of loading threads in LayeredSceneWidget
38 * LayoutWidget: Do not update full background if only 1 widget has changed 29 * LayoutWidget: Do not update full background if only 1 widget has changed
39 * LayoutWidget: Threads to refresh each child 30 * LayoutWidget: Threads to refresh each child
40 * Implement binary search to speed up search for closest slice 31 * Implement binary search to speed up search for closest slice
41 * Avoid the creation of new threads when updating the frame factory 32 * Avoid the creation of new threads when updating the frame factory