log Framework/Loaders/DicomStructureSetLoader.h @ 1298:8a0a62189f46

age author description
Mon, 02 Mar 2020 16:31:30 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Fri, 31 Jan 2020 17:34:29 +0100 Sebastien Jodogne upgrade to year 2020
Mon, 07 Oct 2019 14:05:01 +0200 Benjamin Golinvaux Empty structureNames now means NOTHING will be (initially) displayed
Fri, 27 Sep 2019 13:32:05 +0200 Benjamin Golinvaux Added a way to specificy which structures are to be initially displayed (the
Fri, 20 Sep 2019 11:59:29 +0200 Benjamin Golinvaux changed RTSTRUCT rendering from polygons to segments
Wed, 31 Jul 2019 10:24:09 +0200 Benjamin Golinvaux Added getters and notifications to allow clients of the loaders (DicomStructureSetLoader, OrthancSeriesVolumeProgressiveLoader and OrthancMultiframeVolumeLoader) to know when the loading is finished + added ability for SDL event loop to execute a callback repeatedly (used to check the view loading state)
Mon, 29 Jul 2019 15:39:11 +0200 Benjamin Golinvaux Added traces in LoaderCache objects dtors + fuse to prevent dead weak ptrs to be calleds in VisitWdigets (in GuiAdapter.h) toa2019072901
Tue, 28 May 2019 21:59:20 +0200 Sebastien Jodogne reorganization