view Applications/Samples/rt-viewer-demo/rt-viewer-demo.tsconfig.json @ 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 (2019-09-27)
parents 1d9deb4ee84c
children
line wrap: on
line source
{
    "extends" : "./tsconfig-samples",
    "compilerOptions": {
    },
    "include" : [
        "rt-viewer-demo.ts"
    ]
}