Mercurial > hg > orthanc-stone
view Samples/WebAssembly/index.html @ 1019:29f5f2031310
Added a way to specificy which structures are to be initially displayed (the
default being ALL structures displayed) + the loader maintains a list of
structure display state, that can be modified continuously + the cache now takes
the initial list of structure into account for computing the entry + added methods
to change the loaded structure visibility + disabled the alternate loaders
(DicomStructureSetLoader2 and friends) + disabled corresponding tests
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Fri, 27 Sep 2019 13:32:05 +0200 |
parents | 270c31978df1 |
children |
line wrap: on
line source
<!doctype html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Stone of Orthanc</title> </head> <body> <h1>Available samples</h1> <ul> <li><a href="BasicScene.html">Basic scene</a></li> <li><a href="BasicMPR.html">Basic MPR display</a></li> </ul> </body> </html>