log Framework/Loaders/OrthancMultiframeVolumeLoader.cpp @ 1455:30deba7bc8e2

age author description
Thu, 11 Jun 2020 20:54:01 +0200 Sebastien Jodogne simplifying include_directories
Wed, 22 Apr 2020 14:05:47 +0200 Benjamin Golinvaux Branch broker is now the new default
Wed, 15 Apr 2020 17:48:38 +0200 Benjamin Golinvaux Fixed the broken function, and left the unoptimized broker
Fri, 10 Apr 2020 16:12:14 +0200 Benjamin Golinvaux Tentative loop optimization in CopyPixelDataAndComputeDistribution broker
Fri, 03 Apr 2020 16:13:06 +0200 Benjamin Golinvaux Moved the fixed loaders back from the dead broker
Mon, 02 Mar 2020 16:31:30 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Sun, 23 Feb 2020 15:25:49 +0100 Sebastien Jodogne fix build
Fri, 31 Jan 2020 17:34:29 +0100 Sebastien Jodogne upgrade to year 2020
Mon, 27 Jan 2020 14:29:02 +0100 Benjamin Golinvaux Added outlier rejection for min max computation in multiframe volume loader toa2020012701
Tue, 05 Nov 2019 22:39:25 +0100 Sebastien Jodogne removing CustomOracleCommand broker
Mon, 04 Nov 2019 15:54:57 +0100 Sebastien Jodogne integration mainline->broker broker
Mon, 04 Nov 2019 15:11:23 +0100 Benjamin Golinvaux Added support for signed 16-bit pixels/voxels in multiframe loader toa2019110401
Tue, 22 Oct 2019 13:14:05 +0200 Sebastien Jodogne integration mainline->broker broker
Wed, 16 Oct 2019 15:43:21 +0200 Benjamin Golinvaux OrthancMultiframeVolumeLoader asks volume image to compute range +
Fri, 11 Oct 2019 17:08:34 +0200 Sebastien Jodogne replacing MessageBroker by weak_ptr broker
Thu, 12 Sep 2019 08:27:12 +0200 Sebastien Jodogne fix build due to rename in Orthanc::DicomMap
Wed, 21 Aug 2019 16:16:30 +0200 Benjamin Golinvaux Made IsContextLost automatically set the flag by checking with the emscripten
Tue, 13 Aug 2019 16:01:05 +0200 Benjamin Golinvaux OrthancMultiframeVolumeLoader and OrthancSeriesVolumeProgressiveLoader now implement IGeometryProvider so that the geometry reference can be switched (CT or DOSE, for instance) + VolumeImageGeometry::SetSize renamed to VolumeImageGeometry::SetSizeInVoxels + prevent text layer update if text or properties do not change + a few stream operator<< for debug (Vector, Matrix,...) + fixed memory access aligment issues in ImageBuffer3D::ExtractSagittalSlice + fix for wrong screen Y offset of mpr slices in DicomVolumeImageMPRSlicer. toa2019081301
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
Mon, 22 Jul 2019 16:00:03 +0200 Benjamin Golinvaux Added support for Grayscale16 in the multiframe loader (Victor)
Mon, 22 Jul 2019 11:21:09 +0200 Benjamin Golinvaux Ability to ask the loader for the geometry in PULL mode (when subscribing to the messages is not possible) + small changes (removed const/ref qualifiers for boost::shared_ptr param, added traces, doc change) toa2019072201
Tue, 28 May 2019 22:18:41 +0200 Sebastien Jodogne fix
Tue, 28 May 2019 21:59:20 +0200 Sebastien Jodogne reorganization