comparison Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1630:78509230f0d7

SortedFrames sharing code with CoordinateSystem3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2020 18:01:32 +0100
parents 74be0f498b08
children 9a4c09361f3e
comparison
equal deleted inserted replaced
1629:7fc8a3ff09ee 1630:78509230f0d7
2248 static OrthancStone::DicomSource source_; 2248 static OrthancStone::DicomSource source_;
2249 static boost::shared_ptr<FramesCache> cache_; 2249 static boost::shared_ptr<FramesCache> cache_;
2250 static boost::shared_ptr<OrthancStone::WebAssemblyLoadersContext> context_; 2250 static boost::shared_ptr<OrthancStone::WebAssemblyLoadersContext> context_;
2251 static std::string stringBuffer_; 2251 static std::string stringBuffer_;
2252 static bool softwareRendering_ = false; 2252 static bool softwareRendering_ = false;
2253 static WebViewerAction leftButtonAction_ = WebViewerAction_Rotate; // WebViewerAction_GrayscaleWindowing; 2253 static WebViewerAction leftButtonAction_ = WebViewerAction_Crosshair; //WebViewerAction_GrayscaleWindowing;
2254 static WebViewerAction middleButtonAction_ = WebViewerAction_Pan; 2254 static WebViewerAction middleButtonAction_ = WebViewerAction_Pan;
2255 static WebViewerAction rightButtonAction_ = WebViewerAction_Zoom; 2255 static WebViewerAction rightButtonAction_ = WebViewerAction_Zoom;
2256 2256
2257 2257
2258 static void FormatTags(std::string& target, 2258 static void FormatTags(std::string& target,