log Framework/Volumes/DicomVolumeImageMPRSlicer.cpp @ 1105:640feb146fa8 toa2019102801

age author description
Mon, 28 Oct 2019 11:13:48 +0100 Benjamin Golinvaux Code formatting (dummyc) + log level (dummyc) toa2019102801
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
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
Wed, 29 May 2019 08:36:13 +0200 Sebastien Jodogne simplification of DicomVolumeImageMPRSlicer::ExtractedSlice
Tue, 28 May 2019 21:16:39 +0200 Sebastien Jodogne reorganization