comparison Framework/Volumes/DicomVolumeImageMPRSlicer.cpp @ 935:401808e7ff2e toa2019072901

Added traces in LoaderCache objects dtors + fuse to prevent dead weak ptrs to be calleds in VisitWdigets (in GuiAdapter.h)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 29 Jul 2019 15:39:11 +0200
parents 68f888812af4
children 32eaf4929b08
comparison
equal deleted inserted replaced
934:094d10ed7ec2 935:401808e7ff2e
98 98
99 return texture.release(); 99 return texture.release();
100 } 100 }
101 101
102 102
103 IVolumeSlicer::IExtractedSlice* 103 DicomVolumeImageMPRSlicer::~DicomVolumeImageMPRSlicer()
104 {
105 LOG(TRACE) << "DicomVolumeImageMPRSlicer::~DicomVolumeImageMPRSlicer()";
106 }
107
108 IVolumeSlicer::IExtractedSlice*
104 DicomVolumeImageMPRSlicer::ExtractSlice(const CoordinateSystem3D& cuttingPlane) 109 DicomVolumeImageMPRSlicer::ExtractSlice(const CoordinateSystem3D& cuttingPlane)
105 { 110 {
106 if (volume_->HasGeometry()) 111 if (volume_->HasGeometry())
107 { 112 {
108 return new Slice(*volume_, cuttingPlane); 113 return new Slice(*volume_, cuttingPlane);